diff options
author | mouring <mouring> | 2001-12-06 17:55:26 +0000 |
---|---|---|
committer | mouring <mouring> | 2001-12-06 17:55:26 +0000 |
commit | 464dbbd8c307b83b2aadf192565c442082cb879e (patch) | |
tree | ca665fb2a7f9f2eaed4152278d62558c931aea1c /deattack.c | |
parent | 15797763c212107a39bf72532e2691f408407fdf (diff) | |
download | openssh-464dbbd8c307b83b2aadf192565c442082cb879e.tar.gz |
- 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.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |