05d717744b
El SDK CI - dev / build-and-test (pull_request) Successful in 3m24s
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.