aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libssh
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-06-03 10:04:31 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-06-03 10:04:31 +0000
commitd52b2950639b0b6da79e34f66570f7252e41052b (patch)
treecaaff2bebc9b15173134f88c289eb0552238dc00 /secure/lib/libssh
parentc322fe352dd76b81299a0331e94d99f2b5ca30ed (diff)
Notes
Diffstat (limited to 'secure/lib/libssh')
-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 93a451526292..947f13a6fbb0 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -4,7 +4,7 @@
SSHSRC= ${.CURDIR}/../../../crypto/openssh
LIB= ssh
-SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \
+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 \
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 \