summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-06-05 21:09:18 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-06-05 21:09:18 +0000
commit80c6d77085d7869f07850e40f0e96d4e392d0bf4 (patch)
tree4947325dd863fa33c2a3599964edc39a09f770ad /sshd.c
parent4c247550aec813ec389415c8d9f41ed1a9c0339a (diff)
downloadopenssh-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.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sshd.c b/sshd.c
index 135c08bb..869c1201 100644
--- a/sshd.c
+++ b/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>
@@ -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();
}