summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh.c
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2000-03-22 09:55:10 +0000
committermarkus <markus@openbsd.org>2000-03-22 09:55:10 +0000
commitc5594623f963c36c0eda54c4286a030553dcdf31 (patch)
tree67ed448ebc31ebf5d81a3e40daebd3ab97869851 /usr.bin/ssh/ssh.c
parentAdd ch to some dead ports for consistency, of course not tested. (diff)
downloadwireguard-openbsd-c5594623f963c36c0eda54c4286a030553dcdf31.tar.xz
wireguard-openbsd-c5594623f963c36c0eda54c4286a030553dcdf31.zip
remove unused cipher_attack_detected code
Diffstat (limited to 'usr.bin/ssh/ssh.c')
-rw-r--r--usr.bin/ssh/ssh.c5
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);