summaryrefslogtreecommitdiff
path: root/cipher.h
diff options
context:
space:
mode:
Diffstat (limited to 'cipher.h')
-rw-r--r--cipher.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/cipher.h b/cipher.h
index 79e8fb878..c323a6c50 100644
--- a/cipher.h
+++ b/cipher.h
@@ -11,7 +11,7 @@
11 * 11 *
12 */ 12 */
13 13
14/* RCSID("$Id: cipher.h,v 1.5 1999/11/25 00:54:58 damien Exp $"); */ 14/* RCSID("$Id: cipher.h,v 1.6 2000/03/26 03:04:52 damien Exp $"); */
15 15
16#ifndef CIPHER_H 16#ifndef CIPHER_H
17#define CIPHER_H 17#define CIPHER_H
@@ -96,10 +96,4 @@ void
96cipher_decrypt(CipherContext * context, unsigned char *dest, 96cipher_decrypt(CipherContext * context, unsigned char *dest,
97 const unsigned char *src, unsigned int len); 97 const unsigned char *src, unsigned int len);
98 98
99/*
100 * If and CRC-32 attack is detected this function is called. Defaults to
101 * fatal, changed to packet_disconnect in sshd and ssh.
102 */
103extern void (*cipher_attack_detected) (const char *fmt, ...);
104
105#endif /* CIPHER_H */ 99#endif /* CIPHER_H */