? openssl-tests.diff Index: Makefile =================================================================== RCS file: /cvsroot/src/tests/crypto/libcrypto/Makefile,v retrieving revision 1.14 diff -u -p -u -r1.14 Makefile --- Makefile 23 Sep 2018 13:34:57 -0000 1.14 +++ Makefile 7 May 2023 23:26:19 -0000 @@ -2,8 +2,8 @@ .include -SUBDIR+=bf bn cast conf des dh dsa ec ecdh ecdsa engine evp hmac \ - md2 rc2 rc4 rsa srp threads +SUBDIR+=bf bn cast conf des dh dsa ec engine evp hmac \ + rc2 rc4 rsa srp threads SUBDIR+=idea mdc2 SUBDIR+=rc5 Index: Makefile.inc =================================================================== RCS file: /cvsroot/src/tests/crypto/libcrypto/Makefile.inc,v retrieving revision 1.10 diff -u -p -u -r1.10 Makefile.inc --- Makefile.inc 28 Sep 2018 23:40:45 -0000 1.10 +++ Makefile.inc 7 May 2023 23:26:19 -0000 @@ -14,11 +14,13 @@ MAN= # empty BINDIR= ${TESTSDIR} CWARNFLAGS.clang+= -Wno-format +CWARNFLAGS+=-Wno-error=deprecated-declarations CPPFLAGS+= -DOPENSSL_FIPS CPPFLAGS+= -I${OPENSSLSRC} -I${OPENSSLSRC}/crypto CPPFLAGS+= -I${OPENSSLSRC}/include -I${OPENSSLSRC}/../include CPPFLAGS+= -I${OPENSSLSRC}/crypto/include +CPPFLAGS+= -I${OPENSSLSRC}/apps/include CRYPTODIST= ${NETBSDSRCDIR}/crypto .include "${NETBSDSRCDIR}/crypto/Makefile.openssl" .if ${HAVE_OPENSSL} != 10 Index: dh/Makefile =================================================================== RCS file: /cvsroot/src/tests/crypto/libcrypto/dh/Makefile,v retrieving revision 1.1 diff -u -p -u -r1.1 Makefile --- dh/Makefile 13 Feb 2009 20:58:14 -0000 1.1 +++ dh/Makefile 7 May 2023 23:26:19 -0000 @@ -1,5 +1,6 @@ # $NetBSD: Makefile,v 1.1 2009/02/13 20:58:14 jmmv Exp $ +PROGDPLIBSSTATIC=yes HELPER_NAME= dhtest HELPER_DIR= dh Index: threads/Makefile =================================================================== RCS file: /cvsroot/src/tests/crypto/libcrypto/threads/Makefile,v retrieving revision 1.5 diff -u -p -u -r1.5 Makefile --- threads/Makefile 9 Feb 2018 03:20:21 -0000 1.5 +++ threads/Makefile 7 May 2023 23:26:19 -0000 @@ -1,5 +1,6 @@ # $NetBSD: Makefile,v 1.5 2018/02/09 03:20:21 christos Exp $ +PROGDPLIBSSTATIC=yes HELPER_NAME= threadstest HELPER_DIR= threads