]> andersk Git - openssh.git/blobdiff - deattack.h
[configure.ac] SCO3 needs -lcrypt_i for -lprot
[openssh.git] / deattack.h
index c04b56b57cd1d339aabe716195c81798222f68a5..ddccdea5059483833e8af44512932ac3fc658054 100644 (file)
@@ -1,4 +1,6 @@
-/* $Id$
+/*     $OpenBSD: deattack.h,v 1.7 2001/06/26 17:27:23 markus Exp $     */
+
+/*
  * Cryptographic attack detector for ssh - Header file
  *
  * Copyright (c) 1998 CORE SDI S.A., Buenos Aires, Argentina.
@@ -14,7 +16,8 @@
  * SOFTWARE.
  *
  * Ariel Futoransky <futo@core-sdi.com>
- * <http://www.core-sdi.com> */
+ * <http://www.core-sdi.com>
+ */
 
 #ifndef _DEATTACK_H
 #define _DEATTACK_H
@@ -23,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.03609 seconds and 4 git commands to generate.