Omit initial status request callback check.

PR#3178
This commit is contained in:
Kaspar Brand 2014-01-16 13:46:31 +00:00 committed by Dr. Stephen Henson
parent 9f10e9293b
commit d0b039d4a3

View File

@ -2290,8 +2290,7 @@ static int ssl_scan_clienthello_tlsext(SSL *s, unsigned char **p, unsigned char
return 0;
}
}
else if (type == TLSEXT_TYPE_status_request
&& s->ctx->tlsext_status_cb)
else if (type == TLSEXT_TYPE_status_request)
{
if (size < 5)