fix(elb): add -lssl -lcrypto to link_binary flags #37

Merged
will.anderson merged 1 commits from fix/elb-gcc-bracket-depth into dev 2026-05-07 08:07:28 +00:00
Owner

el_runtime.c uses OpenSSL (EVP_*, RAND_bytes) for AEAD. elb was only linking -lcurl -lpthread -lm — missing -lssl -lcrypto. Same hidden-until-elb-runs-on-Linux pattern as the -fbracket-depth fix.

el_runtime.c uses OpenSSL (EVP_*, RAND_bytes) for AEAD. elb was only linking -lcurl -lpthread -lm — missing -lssl -lcrypto. Same hidden-until-elb-runs-on-Linux pattern as the -fbracket-depth fix.
will.anderson added 1 commit 2026-05-07 08:03:32 +00:00
fix(elb): add -lssl -lcrypto to link_binary flags
El SDK CI - dev / build-and-test (pull_request) Successful in 3m24s
05d717744b
el_runtime.c uses OpenSSL (EVP_*, RAND_bytes) for AEAD encrypt/decrypt.
elb was only linking -lcurl -lpthread -lm, missing the SSL libs.
Matches the explicit flags used in ci-dev.yaml and ci-stage.yaml.
will.anderson merged commit 8ab8e3fd31 into dev 2026-05-07 08:07:28 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: neuron-technologies/el#37