Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/racoon deal with OpenSSL-3.x
details: https://anonhg.NetBSD.org/src/rev/59aecc44965b
branches: trunk
changeset: 374643:59aecc44965b
user: christos <christos%NetBSD.org@localhost>
date: Tue May 09 02:30:21 2023 +0000
description:
deal with OpenSSL-3.x
diffstat:
usr.sbin/racoon/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r f8d6e9788507 -r 59aecc44965b usr.sbin/racoon/Makefile
--- a/usr.sbin/racoon/Makefile Tue May 09 02:19:32 2023 +0000
+++ b/usr.sbin/racoon/Makefile Tue May 09 02:30:21 2023 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index