Files
el/lang
will.anderson 05d717744b
El SDK CI - dev / build-and-test (pull_request) Successful in 3m24s
fix(elb): add -lssl -lcrypto to link_binary flags
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.
2026-05-07 03:03:21 -05:00
..