mirror of git://anongit.mindrot.org/openssh.git
- stevesk@cvs.openbsd.org 2006/02/07 03:59:20
[deattack.c] duplicate #include
This commit is contained in:
parent
5d77105527
commit
de6dd0a35f
|
@ -23,6 +23,9 @@
|
||||||
- stevesk@cvs.openbsd.org 2006/02/07 03:47:05
|
- stevesk@cvs.openbsd.org 2006/02/07 03:47:05
|
||||||
[hostfile.c]
|
[hostfile.c]
|
||||||
"packet.h" not needed
|
"packet.h" not needed
|
||||||
|
- stevesk@cvs.openbsd.org 2006/02/07 03:59:20
|
||||||
|
[deattack.c]
|
||||||
|
duplicate #include
|
||||||
|
|
||||||
20060313
|
20060313
|
||||||
- (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
|
- (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
|
||||||
|
@ -3924,4 +3927,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (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 $
|
||||||
|
|
|
@ -18,14 +18,13 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#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 "deattack.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "crc32.h"
|
#include "crc32.h"
|
||||||
#include "getput.h"
|
#include "getput.h"
|
||||||
#include "xmalloc.h"
|
#include "xmalloc.h"
|
||||||
#include "deattack.h"
|
|
||||||
|
|
||||||
/* SSH Constants */
|
/* SSH Constants */
|
||||||
#define SSH_MAXBLOCKS (32 * 1024)
|
#define SSH_MAXBLOCKS (32 * 1024)
|
||||||
|
|
Loading…
Reference in New Issue