summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tokeninit
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2010-10-15 10:18:42 +0000
committerjsg <jsg@openbsd.org>2010-10-15 10:18:42 +0000
commit0456bce5ebf490b4e5b9e2f657320d83e08788a1 (patch)
treeb128b0be04bff6ac48bf925c4bf8e6d9ed6e866b /usr.sbin/tokeninit
parentNo need to remove RCS_PARSE flag from rf_flags after successfully parsing. (diff)
downloadwireguard-openbsd-0456bce5ebf490b4e5b9e2f657320d83e08788a1.tar.xz
wireguard-openbsd-0456bce5ebf490b4e5b9e2f657320d83e08788a1.zip
Switch the remaining users of libdes in src to libcrypto,
telnet portion partially from the latest heimdal. ok mikeb@
Diffstat (limited to 'usr.sbin/tokeninit')
-rw-r--r--usr.sbin/tokeninit/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/tokeninit/Makefile b/usr.sbin/tokeninit/Makefile
index b394581bd95..9aa5f44c859 100644
--- a/usr.sbin/tokeninit/Makefile
+++ b/usr.sbin/tokeninit/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.2 2003/07/18 21:18:51 david Exp $
+# $OpenBSD: Makefile,v 1.3 2010/10/15 10:18:42 jsg Exp $
PROG= tokeninit
SRCS= tokeninit.c init.c token.c tokendb.c
MAN= tokeninit.8
-LDADD+= -ldes
-DPADD= ${LIBDES}
+LDADD+= -lcrypto
+DPADD= ${LIBCRYPTO}
CFLAGS+=-I${.CURDIR}/../../libexec/login_token
.PATH: ${.CURDIR}/../../libexec/login_token