remove duplicate statement
This commit is contained in:
parent
fd47013111
commit
a25c98ac73
@ -2440,8 +2440,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…
x
Reference in New Issue
Block a user