aboutsummaryrefslogtreecommitdiff
path: root/secure/lib
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2006-09-30 13:41:26 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2006-09-30 13:41:26 +0000
commitbb79c11d8aca20d5ae198930c1591c94124f8fc4 (patch)
treea643ffd3afb62c91932b385cc219d20c41ec4e8f /secure/lib
parent4a20f963ecfae60be8ade0955eda756af0787539 (diff)
downloadsrc-bb79c11d8aca20d5ae198930c1591c94124f8fc4.tar.gz
src-bb79c11d8aca20d5ae198930c1591c94124f8fc4.zip
Update for OpenSSH 4.4p1.
MFC after: 1 week
Notes
Notes: svn path=/head/; revision=162861
Diffstat (limited to 'secure/lib')
-rw-r--r--secure/lib/libssh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index 3a164bd261ae..738d10f7fb4a 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -4,11 +4,11 @@
LIB= ssh
SHLIB_MAJOR= 3
-SRCS= acss.c authfd.c authfile.c bufaux.c buffer.c \
+SRCS= acss.c authfd.c authfile.c bufaux.c bufbn.c buffer.c \
canohost.c channels.c cipher.c cipher-acss.c cipher-aes.c \
cipher-bf1.c cipher-ctr.c cipher-3des1.c cleanup.c \
compat.c compress.c crc32.c deattack.c fatal.c hostfile.c \
- log.c match.c moduli.c nchan.c packet.c \
+ log.c match.c md-sha256.c moduli.c nchan.c packet.c \
readpass.c rsa.c ttymodes.c xmalloc.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 \