revert unrelated test code

This commit is contained in:
Dr. Stephen Henson 2012-07-03 20:21:35 +00:00
parent 74d89b0d93
commit ccffdb3fdc

View file

@ -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;