From: Kaspar Brand Date: Thu, 16 Jan 2014 13:46:31 +0000 (+0000) Subject: Omit initial status request callback check. X-Git-Tag: master-post-reformat~1001 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d0b039d4a3a19b106cc2cb938125b86aca4974aa;p=oweals%2Fopenssl.git Omit initial status request callback check. PR#3178 --- diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c index 628aee2f34..44e4c45237 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)