Omit initial status request callback check.

PR#3178
This commit is contained in:
Kaspar Brand 2014-01-16 13:49:38 +00:00 committed by Dr. Stephen Henson
parent fa2026dc88
commit eb85ee9a88

View File

@ -1261,7 +1261,7 @@ int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **p, unsigned char *d, in
}
}
else if (type == TLSEXT_TYPE_status_request &&
s->version != DTLS1_VERSION && s->ctx->tlsext_status_cb)
s->version != DTLS1_VERSION)
{
if (size < 5)