Omit initial status request callback check.
authorKaspar Brand <ossl-rt@velox.ch>
Thu, 16 Jan 2014 13:46:31 +0000 (13:46 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 16 Jan 2014 13:46:31 +0000 (13:46 +0000)
PR#3178

ssl/t1_lib.c

index 628aee2f340774fbdc8d6d6be4859644dc523b18..44e4c4523778f50338d4b10bf80a2b0b9a9785e9 100644 (file)
@@ -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)