diff options
author | 2000-03-22 09:55:10 +0000 | |
---|---|---|
committer | 2000-03-22 09:55:10 +0000 | |
commit | c5594623f963c36c0eda54c4286a030553dcdf31 (patch) | |
tree | 67ed448ebc31ebf5d81a3e40daebd3ab97869851 /usr.bin/ssh/cipher.h | |
parent | Add ch to some dead ports for consistency, of course not tested. (diff) | |
download | wireguard-openbsd-c5594623f963c36c0eda54c4286a030553dcdf31.tar.xz wireguard-openbsd-c5594623f963c36c0eda54c4286a030553dcdf31.zip |
remove unused cipher_attack_detected code
Diffstat (limited to 'usr.bin/ssh/cipher.h')
-rw-r--r-- | usr.bin/ssh/cipher.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.bin/ssh/cipher.h b/usr.bin/ssh/cipher.h index 2e06c98f90e..a6f458a54de 100644 --- a/usr.bin/ssh/cipher.h +++ b/usr.bin/ssh/cipher.h @@ -11,7 +11,7 @@ * */ -/* RCSID("$Id: cipher.h,v 1.10 1999/11/24 19:53:46 markus Exp $"); */ +/* RCSID("$Id: cipher.h,v 1.11 2000/03/22 09:55:10 markus Exp $"); */ #ifndef CIPHER_H #define CIPHER_H @@ -88,10 +88,4 @@ void cipher_decrypt(CipherContext * context, unsigned char *dest, const unsigned char *src, unsigned int len); -/* - * If and CRC-32 attack is detected this function is called. Defaults to - * fatal, changed to packet_disconnect in sshd and ssh. - */ -extern void (*cipher_attack_detected) (const char *fmt, ...); - #endif /* CIPHER_H */ |