Omit initial status request callback check.

PR#3178
(cherry picked from commit d0b039d4a3)
This commit is contained in:
Kaspar Brand 2014-01-16 13:46:31 +00:00 committed by Dr. Stephen Henson
parent e775891708
commit b7a8550988

View file

@ -2374,8 +2374,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)