From 288a9e368d9d4a72792b12a00ad69e3592d94073 Mon Sep 17 00:00:00 2001 From: tedu <> Date: Thu, 17 Apr 2014 23:35:40 +0000 Subject: whack a bunch of disabled code. ok beck lteo --- src/lib/libssl/s23_srvr.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/lib/libssl/s23_srvr.c') diff --git a/src/lib/libssl/s23_srvr.c b/src/lib/libssl/s23_srvr.c index 8010d72fa7..c63ede8680 100644 --- a/src/lib/libssl/s23_srvr.c +++ b/src/lib/libssl/s23_srvr.c @@ -324,12 +324,7 @@ ssl23_get_client_hello(SSL *s) * so we simply assume TLS 1.0 to avoid protocol version downgrade * attacks. */ if (p[3] == 0 && p[4] < 6) { -#if 0 - SSLerr(SSL_F_SSL23_GET_CLIENT_HELLO, SSL_R_RECORD_TOO_SMALL); - goto err; -#else v[1] = TLS1_VERSION_MINOR; -#endif } /* if major version number > 3 set minor to a value * which will use the highest version 3 we support. -- cgit v1.2.3-55-g6feb