summaryrefslogtreecommitdiff
path: root/deattack.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2009-12-29 21:38:40 +0000
committerColin Watson <cjwatson@debian.org>2009-12-29 21:38:40 +0000
commit1b816ea846aca3ee89e7995373ace609e9518424 (patch)
treeb41cdc8495cae7fa9c2e0f98a5f2e71656b61f9a /deattack.h
parentfa585019a79ebcb4e0202b1c33f87ff1c5c9ce1c (diff)
parent086ea76990b1e6287c24b6db74adffd4605eb3b0 (diff)
import openssh-4.6p1-gsskex-20070312.patch
Diffstat (limited to 'deattack.h')
-rw-r--r--deattack.h5
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
29int detect_attack(u_char *, u_int32_t, u_char[8]); 30int detect_attack(u_char *, u_int32_t);
30#endif 31#endif