Module Name: src Committed By: christos Date: Fri May 12 02:26:48 UTC 2023
Modified Files: src/external/bsd/nsd/lib/libnsd: Makefile Log Message: Handle OpenSSL-3.x To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/nsd/lib/libnsd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/nsd/lib/libnsd/Makefile diff -u src/external/bsd/nsd/lib/libnsd/Makefile:1.4 src/external/bsd/nsd/lib/libnsd/Makefile:1.5 --- src/external/bsd/nsd/lib/libnsd/Makefile:1.4 Thu May 11 12:18:31 2023 +++ src/external/bsd/nsd/lib/libnsd/Makefile Thu May 11 22:26:48 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2023/05/11 16:18:31 christos Exp $ +# $NetBSD: Makefile,v 1.5 2023/05/12 02:26:48 christos Exp $ LIBISPRIVATE=yes .include <bsd.init.mk> @@ -52,6 +52,8 @@ LIBDPLIBS+= ${DPLIBS} .include <bsd.lib.mk> COPTS.tsig-openssl.c+= -Wno-error=deprecated-declarations +COPTS.iterated_hash.c+= -Wno-error=deprecated-declarations + # Use the generated files .y.c: