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.
Modified files: Index: src/tests/crypto/libcrypto/ec/Makefile diff -u src/tests/crypto/libcrypto/ec/Makefile:1.2 src/tests/crypto/libcrypto/ec/Makefile:1.3 --- src/tests/crypto/libcrypto/ec/Makefile:1.2 Thu May 11 10:34:30 2023 +++ src/tests/crypto/libcrypto/ec/Makefile Tue Aug 22 13:27:48 2023 @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.2 2023/05/11 14:34:30 christos Exp $ +# $NetBSD: Makefile,v 1.3 2023/08/22 17:27:48 christos Exp $ -PROGDPLIBSSTATIC=yes HELPER_NAME= ectest HELPER_DIR= ec Index: src/tests/crypto/libcrypto/threads/Makefile diff -u src/tests/crypto/libcrypto/threads/Makefile:1.7 src/tests/crypto/libcrypto/threads/Makefile:1.8 --- src/tests/crypto/libcrypto/threads/Makefile:1.7 Sat May 13 13:46:10 2023 +++ src/tests/crypto/libcrypto/threads/Makefile Tue Aug 22 13:27:49 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2023/05/13 17:46:10 riastradh Exp $ +# $NetBSD: Makefile,v 1.8 2023/08/22 17:27:49 christos Exp $ .include <bsd.own.mk> -PROGDPLIBSSTATIC=yes HELPER_NAME= threadstest HELPER_DIR= threads