From 5df832293eb250a8208f8b24a36ad095c06ff4a7 Mon Sep 17 00:00:00 2001 From: Kaspar Brand Date: Thu, 16 Jan 2014 13:49:38 +0000 Subject: [PATCH] Omit initial status request callback check. PR#3178 (cherry picked from commit eb85ee9a8867b605cd7fb427869d0e50caa80a3f) --- ssl/t1_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.25.1