Commit 046c5f73 authored by Richard Levitte's avatar Richard Levitte
Browse files

Don't use SSLv3_client_method internally with no-ssl3

parent b2921cf7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -757,7 +757,7 @@ static int ssl23_get_server_hello(SSL *s)
                s->version = TLS1_VERSION;
                s->method = TLSv1_client_method();
                break;
#ifndef OPENSSL_NO_SSL3_METHOD
#ifndef OPENSSL_NO_SSL3
            case SSL3_VERSION:
                s->version = SSL3_VERSION;
                s->method = SSLv3_client_method();