Add support for magic cipher suite value (MCSV). Make secure renegotiation
[openssl.git] / ssl / s3_srvr.c
index 77d7d878e381cf48dce1af3752ecbc3231d897f1..5c74f1750bdb6cb2ee9aa77a854b12b582497531 100644 (file)
@@ -1015,7 +1015,7 @@ int ssl3_get_client_hello(SSL *s)
 
 #ifndef OPENSSL_NO_TLSEXT
        /* TLS extensions*/
-       if (s->version > SSL3_VERSION)
+       if (s->version >= SSL3_VERSION)
                {
                if (!ssl_parse_clienthello_tlsext(s,&p,d,n, &al))
                        {