From: Kaspar Brand Date: Thu, 16 Jan 2014 13:46:31 +0000 (+0000) Subject: Omit initial status request callback check. X-Git-Tag: master-pre-reformat~948 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0b039d4a3a19b106cc2cb938125b86aca4974aa;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 628aee2f340..44e4c452377 100644 --- a/ssl/t1_lib.c +++ b/ssl/t1_lib.c @@ -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)