Module Name: src
Committed By: christos
Date: Fri Feb 9 02:51:32 UTC 2018
Modified Files:
src/usr.sbin/racoon: Makefile
Log Message:
No RC5 for OpenSSL-1.1
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 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.32 src/usr.sbin/racoon/Makefile:1.33
--- src/usr.sbin/racoon/Makefile:1.32 Thu Feb 8 21:37:20 2018
+++ src/usr.sbin/racoon/Makefile Thu Feb 8 21:51:32 2018
@@ -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+= -DIPSEC_DEBUG -DHAVE_CONFIG_H
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 @@ DPADD+= ${LIBGSSAPI} ${LIBKRB5} ${LIBHX5
${LIBROKEN} ${LIBASN1} ${LIBSQLITE3}
.endif
CPPFLAGS+=-DHAVE_OPENSSL_IDEA_H
-CPPFLAGS+=-DHAVE_OPENSSL_RC5_H
.if (${USE_INET6} != "no")
CPPFLAGS+=-DINET6
.endif