diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-03-22 09:55:11 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-03-22 09:55:11 +0000 |
commit | 58a68fe83467bee018df0408ee71bd632553d50d (patch) | |
tree | 284d288aa61c7bcd987cbfc8f359fd69791868d3 /usr.bin/ssh/ssh.c | |
parent | cd25a739a0cf3323778823fd4586905167a3699a (diff) |
remove unused cipher_attack_detected code
Diffstat (limited to 'usr.bin/ssh/ssh.c')
-rw-r--r-- | usr.bin/ssh/ssh.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c index 957acc4dbd0..b847e73ff90 100644 --- a/usr.bin/ssh/ssh.c +++ b/usr.bin/ssh/ssh.c @@ -11,7 +11,7 @@ */ #include "includes.h" -RCSID("$Id: ssh.c,v 1.41 2000/02/28 19:51:58 markus Exp $"); +RCSID("$Id: ssh.c,v 1.42 2000/03/22 09:55:10 markus Exp $"); #include "xmalloc.h" #include "ssh.h" @@ -610,9 +610,6 @@ main(int ac, char **av) if (host_private_key_loaded) RSA_free(host_private_key); /* Destroys contents safely */ - /* Close connection cleanly after attack. */ - cipher_attack_detected = packet_disconnect; - /* Enable compression if requested. */ if (options.compression) { debug("Requesting compression at level %d.", options.compression_level); |