aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/deattack.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/deattack.h')
-rw-r--r--crypto/openssh/deattack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/openssh/deattack.h b/crypto/openssh/deattack.h
index ddccdea50594..cd3d7aa3b5a7 100644
--- a/crypto/openssh/deattack.h
+++ b/crypto/openssh/deattack.h
@@ -25,6 +25,7 @@
/* Return codes */
#define DEATTACK_OK 0
#define DEATTACK_DETECTED 1
+#define DEATTACK_DOS_DETECTED 2
int detect_attack(u_char *, u_int32_t, u_char[8]);
#endif