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)
- 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 135c08bb0..869c12011 100644
--- a/sshd.c
+++ b/sshd.c
@@ -40,7 +40,7 @@
40 */ 40 */
41 41
42#include "includes.h" 42#include "includes.h"
43RCSID("$OpenBSD: sshd.c,v 1.197 2001/05/19 19:43:57 stevesk Exp $"); 43RCSID("$OpenBSD: sshd.c,v 1.198 2001/05/28 23:58:35 markus Exp $");
44 44
45#include <openssl/dh.h> 45#include <openssl/dh.h>
46#include <openssl/bn.h> 46#include <openssl/bn.h>
@@ -435,8 +435,6 @@ sshd_exchange_identification(int sock_in, int sock_out)
435 server_version_string, client_version_string); 435 server_version_string, client_version_string);
436 fatal_cleanup(); 436 fatal_cleanup();
437 } 437 }
438 if (compat20)
439 packet_set_ssh2_format();
440} 438}
441 439
442 440