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

oops, reinstate TLSv1 string

上级 7d5686d3
......@@ -2567,6 +2567,8 @@ const char *SSL_get_version(const SSL *s)
{
if (s->version == TLS1_1_VERSION)
return("TLSv1.1");
else if (s->version == TLS1_VERSION)
return("TLSv1");
else if (s->version == SSL3_VERSION)
return("SSLv3");
else if (s->version == SSL3_VERSION)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册