revert unrelated test code
This commit is contained in:
parent
74d89b0d93
commit
ccffdb3fdc
1 changed files with 1 additions and 1 deletions
|
@ -872,7 +872,7 @@ unsigned char *ssl_add_clienthello_tlsext(SSL *s, unsigned char *p, unsigned cha
|
|||
}
|
||||
skip_ext:
|
||||
|
||||
if (TLS1_get_client_version(s) >= TLS1_2_VERSION && 0)
|
||||
if (TLS1_get_client_version(s) >= TLS1_2_VERSION)
|
||||
{
|
||||
if ((size_t)(limit - ret) < sizeof(tls12_sigalgs) + 6)
|
||||
return NULL;
|
||||
|
|
Loading…
Reference in a new issue