Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/racoon No RC5 for OpenSSL-1.1
details: https://anonhg.NetBSD.org/src/rev/f50343e4cf90
branches: trunk
changeset: 359413:f50343e4cf90
user: christos <christos%NetBSD.org@localhost>
date: Fri Feb 09 02:51:32 2018 +0000
description:
No RC5 for OpenSSL-1.1
diffstat:
usr.sbin/racoon/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r f88b2e36a4a3 -r f50343e4cf90 usr.sbin/racoon/Makefile
--- a/usr.sbin/racoon/Makefile Fri Feb 09 02:37:20 2018 +0000
+++ b/usr.sbin/racoon/Makefile Fri Feb 09 02:51:32 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2018/02/09 02:37:20 christos Exp $
+# $NetBSD: Makefile,v 1.33 2018/02/09 02:51:32 christos Exp $
WARNS?= 0 # XXX third-party program, many issues
NOCLANGERROR= # defined
@@ -31,6 +31,7 @@
CPPFLAGS+= -DADMINPORTDIR=\"/var/run\"
CPPFLAGS+= -DSYSCONFDIR=\"/etc/racoon\"
.if ${HAVE_OPENSSL} < 11
+CPPFLAGS+= -DHAVE_OPENSSL_RC5_H
CPPFLAGS+= -DOPENSSL_API_COMPAT=0x10100000L
.endif
@@ -55,7 +56,6 @@
${LIBROKEN} ${LIBASN1} ${LIBSQLITE3}
.endif
CPPFLAGS+=-DHAVE_OPENSSL_IDEA_H
-CPPFLAGS+=-DHAVE_OPENSSL_RC5_H
.if (${USE_INET6} != "no")
CPPFLAGS+=-DINET6
.endif
Home |
Main Index |
Thread Index |
Old Index