Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/racoon MKCRYPTO_IDEA is no more



details:   https://anonhg.NetBSD.org/src/rev/fa7e2621ace5
branches:  trunk
changeset: 780165:fa7e2621ace5
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jul 14 04:03:44 2012 +0000

description:
MKCRYPTO_IDEA is no more

diffstat:

 usr.sbin/racoon/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r d738a2b3fffb -r fa7e2621ace5 usr.sbin/racoon/Makefile
--- a/usr.sbin/racoon/Makefile  Sat Jul 14 04:01:11 2012 +0000
+++ b/usr.sbin/racoon/Makefile  Sat Jul 14 04:03:44 2012 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index