oops, reinstate TLSv1 string
This commit is contained in:
parent
7d5686d355
commit
ac7797a722
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user