[deattack.c]
     duplicate #include
This commit is contained in:
Damien Miller 2006-03-15 11:12:38 +11:00
parent 5d77105527
commit de6dd0a35f
2 changed files with 5 additions and 3 deletions

View File

@ -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 $

View File

@ -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)