Move SSLv3_*method() functions
[openssl.git] / test / ssltest.c
index 1fa2aa2c720f4b62503e465a6ffa875666ce3403..95ba1a0bf761260497baeec89ecf313fdecc2002 100644 (file)
@@ -1417,7 +1417,7 @@ int main(int argc, char *argv[])
     if (tls1)
         meth = TLSv1_method();
     else
-        meth = SSLv23_method();
+        meth = TLS_method();
 
     c_ctx = SSL_CTX_new(meth);
     s_ctx = SSL_CTX_new(meth);