diff options
author | Dug Song <dugsong@cvs.openbsd.org> | 1999-10-05 01:23:55 +0000 |
---|---|---|
committer | Dug Song <dugsong@cvs.openbsd.org> | 1999-10-05 01:23:55 +0000 |
commit | 5d1fc01a498d001bd2b4571f9d539c4e8b5eb534 (patch) | |
tree | cca644f35a0e8bae6af06e2ce279ee1022ff8f5f /usr.bin/ssh/sshd | |
parent | bc00f23d75877a552d317f5c603b36127df80f88 (diff) |
crc32 compensation attack fix from CORE-SDI. "it's not crypto..." -- deraadt@
Diffstat (limited to 'usr.bin/ssh/sshd')
-rw-r--r-- | usr.bin/ssh/sshd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd/Makefile b/usr.bin/ssh/sshd/Makefile index 7327b13d6b0..dc5c85b2cee 100644 --- a/usr.bin/ssh/sshd/Makefile +++ b/usr.bin/ssh/sshd/Makefile @@ -10,7 +10,7 @@ SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \ pty.c log-server.c login.c hostfile.c canohost.c servconf.c \ tildexpand.c uidswap.c serverloop.c rsa.c buffer.c packet.c \ xmalloc.c ttymodes.c channels.c bufaux.c authfd.c authfile.c \ - crc32.c match.c mpaux.c cipher.c compress.c + crc32.c match.c mpaux.c cipher.c compress.c deattack.c .include <bsd.own.mk> # for KERBEROS and AFS |