mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
remove duplicate statement
This commit is contained in:
parent
833ebea189
commit
b71f815f6b
@ -2571,8 +2571,6 @@ const char *SSL_get_version(const SSL *s)
|
||||
return("TLSv1");
|
||||
else if (s->version == SSL3_VERSION)
|
||||
return("SSLv3");
|
||||
else if (s->version == SSL3_VERSION)
|
||||
return("SSLv3");
|
||||
else if (s->version == SSL2_VERSION)
|
||||
return("SSLv2");
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user