diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-02-07 03:59:21 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-02-07 03:59:21 +0000 |
commit | 91bb69e91d0862e5fa3e162fdaa5a30db9443a31 (patch) | |
tree | 6ba0e9ddb4c1e75de632d598d6d1f0f6be5b291a /usr.bin | |
parent | 488d85f873ea50c416280fb0672067be83a10692 (diff) |
duplicate #include
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/deattack.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/deattack.c b/usr.bin/ssh/deattack.c index 8b55d668681..0cf1e1c54f1 100644 --- a/usr.bin/ssh/deattack.c +++ b/usr.bin/ssh/deattack.c @@ -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) |