]> andersk Git - openssh.git/blobdiff - deattack.h
- itojun@cvs.openbsd.org 2001/06/26 06:32:58
[openssh.git] / deattack.h
index 3907159b417edb73b3b00d4f1520fc4a3fc33e5d..24d3957a64774249847d63887e605f9e81c18e3f 100644 (file)
@@ -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
This page took 0.03868 seconds and 4 git commands to generate.