diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2004-12-22 02:13:20 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2004-12-22 02:13:20 +0000 |
commit | 8d8d393dff857e208d411319c3ab3eed05466c32 (patch) | |
tree | 003da1e0be332f9807e4d60d4962ab4c638a9dbc /usr.bin/ssh/lib | |
parent | 54d2fb2182350934d930ca8fca42f0735ea4caa5 (diff) |
remove fallback AES support for old OpenSSL, as OpenBSD has had it for many
years now; ok deraadt@
Diffstat (limited to 'usr.bin/ssh/lib')
-rw-r--r-- | usr.bin/ssh/lib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/lib/Makefile b/usr.bin/ssh/lib/Makefile index 7df228f2fc8..7b4eace82be 100644 --- a/usr.bin/ssh/lib/Makefile +++ b/usr.bin/ssh/lib/Makefile @@ -1,15 +1,15 @@ -# $OpenBSD: Makefile,v 1.49 2004/08/23 14:26:39 dtucker Exp $ +# $OpenBSD: Makefile,v 1.50 2004/12/22 02:13:19 djm Exp $ .PATH: ${.CURDIR}/.. 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 \ + cipher.c cipher-3des1.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 nchan.c packet.c readpass.c \ rsa.c tildexpand.c ttymodes.c xmalloc.c atomicio.c \ key.c dispatch.c kex.c mac.c uidswap.c uuencode.c misc.c \ - rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c \ + ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c \ kexdhc.c kexgexc.c scard.c msg.c progressmeter.c dns.c \ monitor_fdpass.c |