Omit initial status request callback check.
[openssl.git] / ssl / t1_lib.c
index 245bca2fe1938dfc31637bc5e7ba0087575daba7..05c66825f2e3d28876057df34f6a05b5f7ac1135 100644 (file)
@@ -2374,8 +2374,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)