summaryrefslogtreecommitdiff
path: root/deattack.c
diff options
context:
space:
mode:
Diffstat (limited to 'deattack.c')
-rw-r--r--deattack.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/deattack.c b/deattack.c
index fa397e6e8..57a747da5 100644
--- a/deattack.c
+++ b/deattack.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: deattack.c,v 1.27 2006/03/30 09:58:15 djm Exp $ */ 1/* $OpenBSD: deattack.c,v 1.28 2006/07/22 20:48:23 stevesk Exp $ */
2/* 2/*
3 * Cryptographic attack detector for ssh - source code 3 * Cryptographic attack detector for ssh - source code
4 * 4 *
@@ -20,6 +20,8 @@
20 20
21#include "includes.h" 21#include "includes.h"
22 22
23#include <string.h>
24
23#include "deattack.h" 25#include "deattack.h"
24#include "log.h" 26#include "log.h"
25#include "crc32.h" 27#include "crc32.h"