fix(elb): add -lssl -lcrypto to link_binary flags #37
Reference in New Issue
Block a user
Delete Branch "fix/elb-gcc-bracket-depth"
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 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.