summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/libssh
diff options
context:
space:
mode:
authoritojun <itojun@NetBSD.org>2001-02-14 01:06:48 +0000
committeritojun <itojun@NetBSD.org>2001-02-14 01:06:48 +0000
commit531a3ed838e3d760e2a00d8da80e56c836c3f9d7 (patch)
tree2fb3c4b4094194f5a81870a5af9a8d35f0fc916d /usr.bin/ssh/libssh
parentda62f783317137ba2d934d2180eb8366120ddfec (diff)
sync with 2/14.
openssh changes: - SIGWINCH propagated correctly - mitigate SSH1 traffic analysis - sprintf -> snprintf and lots of other cleanups netbsd local changes: - include OpenBSD RCSID into binary again, which helps us diagnose later.
Diffstat (limited to 'usr.bin/ssh/libssh')
-rw-r--r--usr.bin/ssh/libssh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/libssh/Makefile b/usr.bin/ssh/libssh/Makefile
index 2785aa2d9dc..fd2cd406048 100644
--- a/usr.bin/ssh/libssh/Makefile
+++ b/usr.bin/ssh/libssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/02/07 17:05:36 itojun Exp $
+# $NetBSD: Makefile,v 1.5 2001/02/14 01:06:50 itojun Exp $
.include <bsd.own.mk>
@@ -10,7 +10,7 @@ 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 kex.c hmac.c uuencode.c misc.c \
+ key.c dispatch.c kex.c mac.c uuencode.c misc.c \
cli.c rijndael.c ssh-dss.c ssh-rsa.c
SRCS+= random.c