From: Kaspar Brand Date: Thu, 16 Jan 2014 13:49:38 +0000 (+0000) Subject: Omit initial status request callback check. X-Git-Tag: OpenSSL_1_0_0m~92 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5df832293eb250a8208f8b24a36ad095c06ff4a7;p=oweals%2Fopenssl.git Omit initial status request callback check. PR#3178 (cherry picked from commit eb85ee9a8867b605cd7fb427869d0e50caa80a3f) --- diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c index bebbf0ad66..b693ddab72 100644 --- a/ssl/t1_lib.c +++ b/ssl/t1_lib.c @@ -972,7 +972,7 @@ int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **p, unsigned char *d, in renegotiate_seen = 1; } else if (type == TLSEXT_TYPE_status_request && - s->version != DTLS1_VERSION && s->ctx->tlsext_status_cb) + s->version != DTLS1_VERSION) { if (size < 5)