]> andersk Git - openssh.git/blobdiff - deattack.h
- (tim) [buildpkg.sh.in] Make the names consistent.
[openssh.git] / deattack.h
index 6ce54dedb178a8d8ffdb83e8a23b64bf9aff0cd7..ddccdea5059483833e8af44512932ac3fc658054 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: deattack.h,v 1.7 2001/06/26 17:27:23 markus Exp $     */
+
 /*
  * Cryptographic attack detector for ssh - Header file
  *
@@ -24,5 +26,5 @@
 #define DEATTACK_OK            0
 #define DEATTACK_DETECTED      1
 
-int     detect_attack(unsigned char *buf, u_int32_t len, unsigned char IV[8]);
+int     detect_attack(u_char *, u_int32_t, u_char[8]);
 #endif
This page took 0.03077 seconds and 4 git commands to generate.