summaryrefslogtreecommitdiffstats
path: root/secure/lib
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-09-10 09:43:29 +0000
committerkris <kris@FreeBSD.org>2000-09-10 09:43:29 +0000
commitf9e92409b4773286f42f3c5f194d6a68853a3c78 (patch)
tree5ac12d4608ccc2e4c438378a55ec784d401d02c4 /secure/lib
parent24372e6c107e496b6909e6a488fe2303cef77299 (diff)
downloadFreeBSD-src-f9e92409b4773286f42f3c5f194d6a68853a3c78.zip
FreeBSD-src-f9e92409b4773286f42f3c5f194d6a68853a3c78.tar.gz
Update for OpenSSH 2.2.0
Diffstat (limited to 'secure/lib')
-rw-r--r--secure/lib/libssh/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index 947f13a..3c3e0b6 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -4,11 +4,11 @@
SSHSRC= ${.CURDIR}/../../../crypto/openssh
LIB= ssh
-SRCS= authfd.c authfile.c aux.c bufaux.c buffer.c canohost.c channels.c \
- cipher.c compat.c compress.c crc32.c deattack.c fingerprint.c \
+SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \
+ cipher.c compat.c compress.c crc32.c deattack.c \
hostfile.c log.c match.c mpaux.c nchan.c packet.c readpass.c \
rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c \
- key.c dispatch.c dsa.c kex.c hmac.c uuencode.c
+ key.c dispatch.c dsa.c kex.c hmac.c uuencode.c util.c
NOPIC= yes
OpenPOWER on IntegriCloud