Module Name: src Committed By: christos Date: Tue May 9 02:19:32 UTC 2023
Modified Files: src/crypto/external/bsd/libsaslc/lib: Makefile Log Message: deal with OpenSSL-3.x To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/crypto/external/bsd/libsaslc/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/crypto/external/bsd/libsaslc/lib/Makefile diff -u src/crypto/external/bsd/libsaslc/lib/Makefile:1.9 src/crypto/external/bsd/libsaslc/lib/Makefile:1.10 --- src/crypto/external/bsd/libsaslc/lib/Makefile:1.9 Sat Feb 3 22:19:52 2018 +++ src/crypto/external/bsd/libsaslc/lib/Makefile Mon May 8 22:19:32 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2018/02/04 03:19:52 christos Exp $ +# $NetBSD: Makefile,v 1.10 2023/05/09 02:19:32 christos Exp $ .include <bsd.own.mk> @@ -58,6 +58,8 @@ LIBDPLIBS+= crypto ${NETBSDSRCDIR}/crypt LIBDPLIBS+= ssl ${NETBSDSRCDIR}/crypto/external/bsd/${EXTERNAL_OPENSSL_SUBDIR}/lib/libssl .if (${MKKERBEROS} != "no") LIBDPLIBS+= gssapi ${NETBSDSRCDIR}/crypto/external/bsd/heimdal/lib/libgssapi + +COPTS.crypto.c+=-Wno-error=deprecated-declarations .endif .include <bsd.lib.mk>