From eb85ee9a8867b605cd7fb427869d0e50caa80a3f Mon Sep 17 00:00:00 2001 From: Kaspar Brand Date: Thu, 16 Jan 2014 13:49:38 +0000 Subject: Omit initial status request callback check. PR#3178 --- 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 33afdeba33..e22ebbff85 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) -- cgit v1.2.1