diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-05-28 23:58:36 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-05-28 23:58:36 +0000 |
commit | ee19c0fdc5150a2ab3782d13a6759c1210ca4456 (patch) | |
tree | 2d0a5a765e771318cd0dc11802d4c9b4c539f6da /usr.bin/ssh/sshd.c | |
parent | 05ac4448c6bb81c84fffa338d9422551ec99c8ac (diff) |
remove some lines, simplify.
Diffstat (limited to 'usr.bin/ssh/sshd.c')
-rw-r--r-- | usr.bin/ssh/sshd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ssh/sshd.c b/usr.bin/ssh/sshd.c index fb7e058b980..b70fbcbfad4 100644 --- a/usr.bin/ssh/sshd.c +++ b/usr.bin/ssh/sshd.c @@ -40,7 +40,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshd.c,v 1.197 2001/05/19 19:43:57 stevesk Exp $"); +RCSID("$OpenBSD: sshd.c,v 1.198 2001/05/28 23:58:35 markus Exp $"); #include <openssl/dh.h> #include <openssl/bn.h> @@ -426,8 +426,6 @@ sshd_exchange_identification(int sock_in, int sock_out) server_version_string, client_version_string); fatal_cleanup(); } - if (compat20) - packet_set_ssh2_format(); } |