Module Name: src Committed By: christos Date: Tue Aug 22 17:27:49 UTC 2023
Modified Files: src/tests/crypto/libcrypto/ec: Makefile src/tests/crypto/libcrypto/threads: Makefile Log Message: Remove PROGDPLIBSSTATIC from ec and threads; dh still needs it because it references internal symbols in libcrypto like ossl_dh_compute_key which have been made static by the linker script (they are still visible in the archive version). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/crypto/libcrypto/ec/Makefile cvs rdiff -u -r1.7 -r1.8 src/tests/crypto/libcrypto/threads/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.