diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-05 21:09:18 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-05 21:09:18 +0000 |
commit | 80c6d77085d7869f07850e40f0e96d4e392d0bf4 (patch) | |
tree | 4947325dd863fa33c2a3599964edc39a09f770ad /sshd.c | |
parent | 4c247550aec813ec389415c8d9f41ed1a9c0339a (diff) | |
download | openssh-git-80c6d77085d7869f07850e40f0e96d4e392d0bf4.tar.gz |
- markus@cvs.openbsd.org 2001/05/28 23:58:35
[packet.c packet.h sshconnect.c sshd.c]
remove some lines, simplify.
Diffstat (limited to 'sshd.c')
-rw-r--r-- | sshd.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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> @@ -435,8 +435,6 @@ sshd_exchange_identification(int sock_in, int sock_out) server_version_string, client_version_string); fatal_cleanup(); } - if (compat20) - packet_set_ssh2_format(); } |