mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
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…
Reference in New Issue
Block a user