diff options
author | djm@openbsd.org <djm@openbsd.org> | 2017-05-01 01:26:16 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2017-05-01 02:05:04 +0200 |
commit | dfa641f758d4b8b2608ab1b00abaf88df0a8e36a (patch) | |
tree | efb5eff4bfad666a79aada19bbf8f795ddb392e5 /Makefile.in | |
parent | upstream commit (diff) | |
download | openssh-dfa641f758d4b8b2608ab1b00abaf88df0a8e36a.tar.xz openssh-dfa641f758d4b8b2608ab1b00abaf88df0a8e36a.zip |
upstream commit
remove the (in)famous SSHv1 CRC compensation attack
detector.
Despite your cameo in The Matrix movies, you will not be missed.
ok markus
Upstream-ID: 44261fce51a56d93cdb2af7b6e184be629f667e0
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index a7a6239c0..d7f17df8c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -79,7 +79,7 @@ LIBSSH_OBJS=${LIBOPENSSH_OBJS} \ authfd.o authfile.o bufaux.o bufbn.o bufec.o buffer.o \ canohost.o channels.o cipher.o cipher-aes.o cipher-aesctr.o \ cipher-ctr.o cleanup.o \ - compat.o crc32.o deattack.o fatal.o hostfile.o \ + compat.o crc32.o fatal.o hostfile.o \ log.o match.o moduli.o nchan.o packet.o opacket.o \ readpass.o rsa.o ttymodes.o xmalloc.o addrmatch.o \ atomicio.o key.o dispatch.o mac.o uidswap.o uuencode.o misc.o utf8.o \ |