summaryrefslogtreecommitdiff
path: root/regress/sbin/isakmpd
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2010-10-15 10:39:13 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2010-10-15 10:39:13 +0000
commit99df037cb5105a4c07a74582022b497e49b86c94 (patch)
tree6ddcaf0952482033bb7e8f79cd33714c9e307e90 /regress/sbin/isakmpd
parent89306d994fe40773e352c112b7fa88c304e8ffe9 (diff)
libdes -> libcrypto
Diffstat (limited to 'regress/sbin/isakmpd')
-rw-r--r--regress/sbin/isakmpd/crypto/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/sbin/isakmpd/crypto/Makefile b/regress/sbin/isakmpd/crypto/Makefile
index a0877a51c92..7c34012e51b 100644
--- a/regress/sbin/isakmpd/crypto/Makefile
+++ b/regress/sbin/isakmpd/crypto/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2005/04/08 17:12:48 cloder Exp $
+# $OpenBSD: Makefile,v 1.2 2010/10/15 10:39:12 jsg Exp $
# $EOM: Makefile,v 1.7 2000/03/28 21:22:06 ho Exp $
# Test Crypto:
@@ -12,8 +12,8 @@ OS!= awk '/^OS=/ { print $$2 }' ${.CURDIR}/../../Makefile
CFLAGS+= -I${TOPSRC} -I${TOPSRC}/sysdep/openbsd -I${TOPOBJ} -Wall \
-DUSE_TRIPLEDES -DUSE_CAST -DUSE_BLOWFISH -DUSE_DES \
-DUSE_AES
-LDADD+= -lcrypto -ldes
-DPADD+= ${LIBCRYPTO} ${LIBDES}
+LDADD+= -lcrypto
+DPADD+= ${LIBCRYPTO}
NOMAN=
DEBUG= -g