Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/netpgp/lib/netpgp handle OpenSSL-3.x



details:   https://anonhg.NetBSD.org/src/rev/512cd5120af5
branches:  trunk
changeset: 374638:512cd5120af5
user:      christos <christos%NetBSD.org@localhost>
date:      Tue May 09 00:14:44 2023 +0000

description:
handle OpenSSL-3.x

diffstat:

 crypto/external/bsd/netpgp/lib/netpgp/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b1ef25e54b94 -r 512cd5120af5 crypto/external/bsd/netpgp/lib/netpgp/Makefile
--- a/crypto/external/bsd/netpgp/lib/netpgp/Makefile    Mon May 08 23:45:52 2023 +0000
+++ b/crypto/external/bsd/netpgp/lib/netpgp/Makefile    Tue May 09 00:14:44 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/10/13 07:28:05 mrg Exp $
+# $NetBSD: Makefile,v 1.5 2023/05/09 00:14:44 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -27,5 +27,7 @@ LIBDPLIBS+=   z               ${NETBSDSRCDIR}/lib/libz
 LIBDPLIBS+=    bz2             ${NETBSDSRCDIR}/lib/libbz2
 
 COPTS.crypto.c+=       ${GCC_NO_STRINGOP_OVERFLOW}
+COPTS.openssl_crypto.c+=-Wno-error=deprecated-declarations
+COPTS.symmetric.c+=-Wno-error=deprecated-declarations
 
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index