mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Omit initial status request callback check.
PR#3178
This commit is contained in:
parent
9f10e9293b
commit
d0b039d4a3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user