summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/deattack.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/deattack.h')
-rw-r--r--crypto/openssh/deattack.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/openssh/deattack.h b/crypto/openssh/deattack.h
index 6ce54de..3907159 100644
--- a/crypto/openssh/deattack.h
+++ b/crypto/openssh/deattack.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: deattack.h,v 1.5 2001/01/29 01:58:15 niklas 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 *buf, u_int32_t len, u_char IV[8]);
#endif
OpenPOWER on IntegriCloud