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

remove duplicate statement

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