Some tiny changes to the source code to make future diffs smaller
[openssl.git] / ssl / s23_clnt.c
index fc263d1e23ef387b0e4a856792a671b83c16e28b..386ebe3f8eedae92a55f0c17432a383ad1af49f0 100644 (file)
@@ -70,7 +70,7 @@ static SSL_METHOD *ssl23_get_client_method(int ver)
        {
        if (ver == SSL2_VERSION)
                return(SSLv2_client_method());
-       else if (ver == SSL3_VERSION)
+       if (ver == SSL3_VERSION)
                return(SSLv3_client_method());
        else if (ver == TLS1_VERSION)
                return(TLSv1_client_method());