summaryrefslogtreecommitdiff
path: root/deattack.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-12-06 17:55:26 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-12-06 17:55:26 +0000
commit3c36bb29ca67d459ef9d8c1961415d77efc20e55 (patch)
treee0cbbfcb54bdf089c1ca30c9ccc38d301ae6fd33 /deattack.c
parentf8f065bc752ca0a448eb90fc8d60516f486dc4ff (diff)
- itojun@cvs.openbsd.org 2001/12/05 03:56:39
[auth1.c auth2.c canohost.c channels.c deattack.c packet.c scp.c sshconnect2.c] make it compile with more strict prototype checking
Diffstat (limited to 'deattack.c')
-rw-r--r--deattack.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/deattack.c b/deattack.c
index 44220491d..96a7ebf4c 100644
--- a/deattack.c
+++ b/deattack.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: deattack.c,v 1.15 2001/11/19 19:02:16 mpech Exp $ */ 1/* $OpenBSD: deattack.c,v 1.16 2001/12/05 03:56:39 itojun Exp $ */
2 2
3/* 3/*
4 * Cryptographic attack detector for ssh - source code 4 * Cryptographic attack detector for ssh - source code
@@ -25,6 +25,7 @@
25#include "crc32.h" 25#include "crc32.h"
26#include "getput.h" 26#include "getput.h"
27#include "xmalloc.h" 27#include "xmalloc.h"
28#include "deattack.h"
28 29
29/* SSH Constants */ 30/* SSH Constants */
30#define SSH_MAXBLOCKS (32 * 1024) 31#define SSH_MAXBLOCKS (32 * 1024)