diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2001-12-05 03:56:40 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2001-12-05 03:56:40 +0000 |
commit | 34846e18ad278194cad61532a02fee61ce65b14f (patch) | |
tree | a90955128e39af2a4e0113018b9fd16030d356c3 /usr.bin/ssh/deattack.c | |
parent | 22b580431f589fd295d6a9a2e00ec811350de7e0 (diff) |
make it compile with more strict prototype checking
Diffstat (limited to 'usr.bin/ssh/deattack.c')
-rw-r--r-- | usr.bin/ssh/deattack.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/deattack.c b/usr.bin/ssh/deattack.c index 44220491d8c..96a7ebf4cea 100644 --- a/usr.bin/ssh/deattack.c +++ b/usr.bin/ssh/deattack.c @@ -1,4 +1,4 @@ -/* $OpenBSD: deattack.c,v 1.15 2001/11/19 19:02:16 mpech Exp $ */ +/* $OpenBSD: deattack.c,v 1.16 2001/12/05 03:56:39 itojun Exp $ */ /* * Cryptographic attack detector for ssh - source code @@ -25,6 +25,7 @@ #include "crc32.h" #include "getput.h" #include "xmalloc.h" +#include "deattack.h" /* SSH Constants */ #define SSH_MAXBLOCKS (32 * 1024) |