diff --git a/ChangeLog b/ChangeLog index b9c0bd8ef..4b2a76585 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23,6 +23,9 @@ - stevesk@cvs.openbsd.org 2006/02/07 03:47:05 [hostfile.c] "packet.h" not needed + - stevesk@cvs.openbsd.org 2006/02/07 03:59:20 + [deattack.c] + duplicate #include 20060313 - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong) @@ -3924,4 +3927,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.4146 2006/03/15 00:12:13 djm Exp $ +$Id: ChangeLog,v 1.4147 2006/03/15 00:12:38 djm Exp $ diff --git a/deattack.c b/deattack.c index 8b55d6686..0cf1e1c54 100644 --- a/deattack.c +++ b/deattack.c @@ -18,14 +18,13 @@ */ #include "includes.h" -RCSID("$OpenBSD: deattack.c,v 1.19 2003/09/18 08:49:45 markus Exp $"); +RCSID("$OpenBSD: deattack.c,v 1.20 2006/02/07 03:59:20 stevesk Exp $"); #include "deattack.h" #include "log.h" #include "crc32.h" #include "getput.h" #include "xmalloc.h" -#include "deattack.h" /* SSH Constants */ #define SSH_MAXBLOCKS (32 * 1024)