]> andersk Git - openssh.git/blobdiff - deattack.h
- djm@cvs.openbsd.org 2010/01/30 02:54:53
[openssh.git] / deattack.h
index 6275981040c3be3ca7267addec7fa6fbc4974acd..0316fb28543b17347f6f25a76725f48aa7f7fb7e 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: deattack.h,v 1.9 2006/03/25 22:22:43 djm Exp $ */
+/* $OpenBSD: deattack.h,v 1.10 2006/09/16 19:53:37 djm Exp $ */
 
 /*
  * Cryptographic attack detector for ssh - Header file
@@ -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);
 #endif
This page took 0.694805 seconds and 4 git commands to generate.