diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2004-05-09 01:21:51 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2004-05-09 01:21:51 +0000 |
commit | 96f6791ba7a9d59053a2502041be02e7d6752063 (patch) | |
tree | 636ce12438c33bea398c55b7f4ae9f72448b790f | |
parent | d95927546926b8244039f8503acf1162f5ca6a2d (diff) |
kill it here too
-rw-r--r-- | usr.bin/ssh/lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/lib/Makefile b/usr.bin/ssh/lib/Makefile index de7d279819e..604688e4263 100644 --- a/usr.bin/ssh/lib/Makefile +++ b/usr.bin/ssh/lib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.46 2003/11/21 11:57:03 djm Exp $ +# $OpenBSD: Makefile,v 1.47 2004/05/09 01:21:50 djm Exp $ .PATH: ${.CURDIR}/.. @@ -6,7 +6,7 @@ LIB= ssh SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \ cipher.c cipher-3des1.c cipher-aes.c cipher-bf1.c cipher-ctr.c \ cleanup.c compat.c compress.c crc32.c deattack.c fatal.c \ - hostfile.c log.c match.c mpaux.c nchan.c packet.c readpass.c \ + hostfile.c log.c match.c nchan.c packet.c readpass.c \ rsa.c tildexpand.c ttymodes.c xmalloc.c atomicio.c \ key.c dispatch.c kex.c mac.c uuencode.c misc.c \ rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c \ |