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_1g~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb85ee9a8867b605cd7fb427869d0e50caa80a3f;p=thirdparty%2Fopenssl.git Omit initial status request callback check. PR#3178 --- diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c index 33afdeba33e..e22ebbff855 100644 --- a/ssl/t1_lib.c +++ b/ssl/t1_lib.c @@ -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)