summaryrefslogtreecommitdiff
path: root/secure/lib
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2010-03-09 19:16:43 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2010-03-09 19:16:43 +0000
commitb15c83408cb1e9b86c1895af0f097de05fc92ccf (patch)
tree286162d33ef4c84bb329fd42641bbe0dd68cc42c /secure/lib
parent2a18c71d038b24f9025e314bd3ecf18a22cc5431 (diff)
parent5fe13e2e9be32fe8299a3a2da8e829bb2af78918 (diff)
Notes
Diffstat (limited to 'secure/lib')
-rw-r--r--secure/lib/libssh/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index 32b5069b751d..d50b8d138ab2 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -12,8 +12,9 @@ SRCS= acss.c authfd.c authfile.c bufaux.c bufbn.c buffer.c \
readpass.c rsa.c ttymodes.c xmalloc.c addrmatch.c \
atomicio.c key.c dispatch.c kex.c mac.c uidswap.c uuencode.c misc.c \
monitor_fdpass.c rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c \
- kexgex.c kexdhc.c kexgexc.c scard.c msg.c progressmeter.c dns.c \
- entropy.c scard-opensc.c umac.c jpake.c schnorr.c
+ kexgex.c kexdhc.c kexgexc.c msg.c progressmeter.c dns.c \
+ entropy.c umac.c jpake.c schnorr.c \
+ ssh-pkcs11.c
# gss-genr.c should be in $SRCS but causes linking problems, so it is
# compiled directly into sshd instead.