Module Name: src
Committed By: christos
Date: Tue May 9 02:30:22 UTC 2023
Modified Files:
src/usr.sbin/racoon: Makefile
Log Message:
deal with OpenSSL-3.x
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/usr.sbin/racoon/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/racoon/Makefile
diff -u src/usr.sbin/racoon/Makefile:1.40 src/usr.sbin/racoon/Makefile:1.41
--- src/usr.sbin/racoon/Makefile:1.40 Sat Aug 14 13:08:21 2021
+++ src/usr.sbin/racoon/Makefile Mon May 8 22:30:21 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2021/08/14 17:08:21 christos Exp $
+# $NetBSD: Makefile,v 1.41 2023/05/09 02:30:21 christos Exp $
WARNS?= 0 # XXX third-party program, many issues
NOCLANGERROR= # defined
@@ -84,5 +84,9 @@ prsa_par.c: ${DIST}/src/racoon/prsa_par.
CWARNFLAGS.gcc+= ${GCC_NO_ADDR_OF_PACKED_MEMBER}
COPTS+= -fcommon
+COPTS.crypto_openssl.c+=-Wno-error=deprecated-declarations
+COPTS.rsalist.c+=-Wno-error=deprecated-declarations
+COPTS.prsa_par.c+=-Wno-error=deprecated-declarations
+
.include <bsd.prog.mk>