diff options
Diffstat (limited to 'deattack.h')
-rw-r--r-- | deattack.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deattack.h b/deattack.h index ddccdea50..0316fb285 100644 --- a/deattack.h +++ b/deattack.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: deattack.h,v 1.7 2001/06/26 17:27:23 markus Exp $ */ | 1 | /* $OpenBSD: deattack.h,v 1.10 2006/09/16 19:53:37 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Cryptographic attack detector for ssh - Header file | 4 | * Cryptographic attack detector for ssh - Header file |
@@ -25,6 +25,7 @@ | |||
25 | /* Return codes */ | 25 | /* Return codes */ |
26 | #define DEATTACK_OK 0 | 26 | #define DEATTACK_OK 0 |
27 | #define DEATTACK_DETECTED 1 | 27 | #define DEATTACK_DETECTED 1 |
28 | #define DEATTACK_DOS_DETECTED 2 | ||
28 | 29 | ||
29 | int detect_attack(u_char *, u_int32_t, u_char[8]); | 30 | int detect_attack(u_char *, u_int32_t); |
30 | #endif | 31 | #endif |