提交 d0b039d4 编写于 作者: K Kaspar Brand 提交者: Dr. Stephen Henson

Omit initial status request callback check.

PR#3178
上级 9f10e929
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册