fix: add -lssl -lcrypto to all CI gcc linker commands #6
Reference in New Issue
Block a user
Delete Branch "fix/ci-openssl-linker"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
el_runtime.c now uses OpenSSL EVP AEAD encryption (RAND_bytes, EVP_CIPHER_CTX_new, EVP_aes_256_gcm). All gcc commands in ci-dev.yaml, ci-stage.yaml, and sdk-release.yaml were missing -lssl -lcrypto, causing undefined reference linker errors.
Adds the flags to:
Fixes CI run 1303 failure on the El dev branch.