diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2003-05-15 03:08:30 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2003-05-15 03:08:30 +0000 |
commit | 86540f2b0a84ec8140755fc178d3686a75cf63a9 (patch) | |
tree | 0094e464da4318207ae2e7a175d88b7d53c34c2b /usr.bin/ssh/lib | |
parent | 353bdb120265a93d87084704abcff3112a03737e (diff) |
split out custom EVP ciphers
Diffstat (limited to 'usr.bin/ssh/lib')
-rw-r--r-- | usr.bin/ssh/lib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/lib/Makefile b/usr.bin/ssh/lib/Makefile index 91c214ad4e8..f10d07f770e 100644 --- a/usr.bin/ssh/lib/Makefile +++ b/usr.bin/ssh/lib/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.41 2003/05/14 18:16:21 jakob Exp $ +# $OpenBSD: Makefile,v 1.42 2003/05/15 03:08:29 markus Exp $ .PATH: ${.CURDIR}/.. LIB= ssh SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \ - cipher.c compat.c compress.c crc32.c deattack.c fatal.c \ + cipher.c cipher-3des1.c cipher-aes.c cipher-bf1.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 \ rsa.c tildexpand.c ttymodes.c xmalloc.c atomicio.c \ key.c dispatch.c kex.c mac.c uuencode.c misc.c \ |