summaryrefslogtreecommitdiff
path: root/usr.sbin/tokenadm
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2010-10-15 10:18:43 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2010-10-15 10:18:43 +0000
commit89306d994fe40773e352c112b7fa88c304e8ffe9 (patch)
treeff163bb612b75e16312b655956e852e998b971fc /usr.sbin/tokenadm
parentb3298c6a74262bc14f1776c9b440c15dbbf0127e (diff)
Switch the remaining users of libdes in src to libcrypto,
telnet portion partially from the latest heimdal. ok mikeb@
Diffstat (limited to 'usr.sbin/tokenadm')
-rw-r--r--usr.sbin/tokenadm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/tokenadm/Makefile b/usr.sbin/tokenadm/Makefile
index a6cd8121a7e..709dbbf844c 100644
--- a/usr.sbin/tokenadm/Makefile
+++ b/usr.sbin/tokenadm/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= tokenadm
SRCS= tokenadm.c init.c tokendb.c
MAN= tokenadm.8
-LDADD+= -ldes
-DPADD= ${LIBDES}
+LDADD+= -lcrypto
+DPADD= ${LIBCRYPTO}
CFLAGS+=-I${.CURDIR}/../../libexec/login_token
.PATH: ${.CURDIR}/../../libexec/login_token