Module Name: src
Committed By: christos
Date: Sat Jul 14 04:03:44 UTC 2012
Modified Files:
src/usr.sbin/racoon: Makefile
Log Message:
MKCRYPTO_IDEA is no more
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 src/usr.sbin/racoon/Makefile:1.25
--- src/usr.sbin/racoon/Makefile:1.24 Wed Jan 4 10:55:36 2012
+++ src/usr.sbin/racoon/Makefile Sat Jul 14 00:03:44 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2012/01/04 15:55:36 drochner Exp $
+# $NetBSD: Makefile,v 1.25 2012/07/14 04:03:44 christos Exp $
WARNS?= 0 # XXX third-party program, many issues
NOCLANGERROR= # defined
@@ -51,11 +51,7 @@ LDADD+= -lgssapi -lkrb5 -lhx509 -lheimnt
DPADD+= ${LIBGSSAPI} ${LIBKRB5} ${LIBHX509} ${LIBHEIMNTLM} ${LIBCOM_ERR} \
${LIBROKEN} ${LIBASN1}
.endif
-.if (${MKCRYPTO_IDEA} != "no")
CPPFLAGS+=-DHAVE_OPENSSL_IDEA_H
-LDADD+= -lcrypto_idea
-LDADD+= ${LIBCRYPTO_IDEA}
-.endif
.if (${MKCRYPTO_RC5} != "no")
CPPFLAGS+=-DHAVE_OPENSSL_RC5_H
LDADD+= -lcrypto_rc5