summaryrefslogtreecommitdiff
path: root/crypto/openssh/deattack.h
diff options
context:
space:
mode:
authorSimon L. B. Nielsen <simon@FreeBSD.org>2006-09-30 19:58:07 +0000
committerSimon L. B. Nielsen <simon@FreeBSD.org>2006-09-30 19:58:07 +0000
commit150f381d548b0eb6e043ece264908c702fbcba75 (patch)
tree564213cc1a73b8d7cdafb4452ac610b3da2eac9d /crypto/openssh/deattack.h
parent69563d3a52a724e304ed378c595c4c76e21f976a (diff)
Notes
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