diff options
Diffstat (limited to 'usr.bin/ssh/deattack.h')
-rw-r--r-- | usr.bin/ssh/deattack.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/deattack.h b/usr.bin/ssh/deattack.h index 3907159b417..24d3957a647 100644 --- a/usr.bin/ssh/deattack.h +++ b/usr.bin/ssh/deattack.h @@ -1,4 +1,4 @@ -/* $OpenBSD: deattack.h,v 1.5 2001/01/29 01:58:15 niklas Exp $ */ +/* $OpenBSD: deattack.h,v 1.6 2001/06/26 06:32:51 itojun Exp $ */ /* * Cryptographic attack detector for ssh - Header file @@ -26,5 +26,5 @@ #define DEATTACK_OK 0 #define DEATTACK_DETECTED 1 -int detect_attack(u_char *buf, u_int32_t len, u_char IV[8]); +int detect_attack(u_char *, u_int32_t, u_char[8]); #endif |