diff options
| author | christos <christos@NetBSD.org> | 2023-05-09 02:30:21 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2023-05-09 02:30:21 +0000 |
| commit | ff30ef6711aadcace9aa1bb5a6193a18a424fa23 (patch) | |
| tree | f950c5f8d45a54bc34d2a045f552448ed57e4922 /usr.sbin | |
| parent | effd0c9e4d508deea7d7f5ea76b72a1b7487e19a (diff) | |
deal with OpenSSL-3.x
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/racoon/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/racoon/Makefile b/usr.sbin/racoon/Makefile index b4197049d6e..502f01ba46f 100644 --- a/usr.sbin/racoon/Makefile +++ b/usr.sbin/racoon/Makefile @@ -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.y 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> |
