aboutsummaryrefslogtreecommitdiff
path: root/secure/lib
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2009-05-22 18:46:28 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2009-05-22 18:46:28 +0000
commitcce7d3464f90246064915b2a37a95ef8a07c7370 (patch)
treed3b23c04145e95d8d26c4e6efa1cd05fa34fd795 /secure/lib
parent7529967798a61ad246cb189f9d67e11fedc2d710 (diff)
parent9ab1052dcdca9be06dcec8abc37103a70e358e73 (diff)
Notes
Diffstat (limited to 'secure/lib')
-rw-r--r--secure/lib/libssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index 8724e38c2ca3..5a3659a15eb8 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -13,7 +13,7 @@ SRCS= acss.c authfd.c authfile.c bufaux.c bufbn.c buffer.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
+ entropy.c scard-opensc.c umac.c jpake.c schnorr.c
# gss-genr.c should be in $SRCS but causes linking problems, so it is
# compiled directly into sshd instead.