提交 b7c37f2f 编写于 作者: D Dr. Stephen Henson

Fix in ssltest is no-ssl2 configured

(cherry picked from commit cbf9b4aed3e209fe8a39e1d6f55aaf46d1369dc4)
上级 7e47a695
......@@ -977,7 +977,13 @@ bad:
meth=SSLv23_method();
#else
#ifdef OPENSSL_NO_SSL2
meth=SSLv3_method();
if (tls1)
meth=TLSv1_method();
else
if (ssl3)
meth=SSLv3_method();
else
meth=SSLv23_method();
#else
meth=SSLv2_method();
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册