[deattack.c deattack.h]
     remove IV support from the CRC attack detector, OpenSSH has never used
     it - it only applied to IDEA-CFB, which we don't support.
     prompted by NetBSD Coverity report via elad AT netbsd.org;
     feedback markus@ "nuke it" deraadt@
diff --git a/ChangeLog b/ChangeLog
index b3298fe..3bc8c4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -56,6 +56,12 @@
    - jakob@cvs.openbsd.org 2006/03/22 21:16:24
      [ssh.1]
      simplify SSHFP example; ok jmc@
+   - djm@cvs.openbsd.org 2006/03/22 21:27:15
+     [deattack.c deattack.h]
+     remove IV support from the CRC attack detector, OpenSSH has never used
+     it - it only applied to IDEA-CFB, which we don't support.
+     prompted by NetBSD Coverity report via elad AT netbsd.org;
+     feedback markus@ "nuke it" deraadt@
 
 20060318
  - (djm) [auth-pam.c] Fix memleak in error path, from Coverity via
@@ -4248,4 +4254,4 @@
    - (djm) Trim deprecated options from INSTALL. Mention UsePAM
    - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
 
-$Id: ChangeLog,v 1.4240 2006/03/25 13:07:02 djm Exp $
+$Id: ChangeLog,v 1.4241 2006/03/25 13:11:46 djm Exp $