Update error codes.
[openssl.git] / ssl / ssl_lib.c
index c983474f58e1a006825e44a3c9e281b976d27a80..3a87572b397399f9d97affdb46dd28f0a6e2f6dc 100644 (file)
@@ -1849,8 +1849,6 @@ SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth)
         * deployed might change this.
         */
        ret->options |= SSL_OP_LEGACY_SERVER_CONNECT;
-       /* Disable TLS v1.2 by default for now */
-       ret->options |= SSL_OP_NO_TLSv1_2;
 
        return(ret);
 err: