提交 eef69354 编写于 作者: B Ben Laurie

Remove extraneous brackets (clang doesn't like them).

上级 517dd307
...@@ -2451,7 +2451,7 @@ static int ssl_scan_serverhello_tlsext(SSL *s, unsigned char **p, unsigned char ...@@ -2451,7 +2451,7 @@ static int ssl_scan_serverhello_tlsext(SSL *s, unsigned char **p, unsigned char
unsigned char selected_len; unsigned char selected_len;
/* We must have requested it. */ /* We must have requested it. */
if ((s->ctx->next_proto_select_cb == NULL)) if (s->ctx->next_proto_select_cb == NULL)
{ {
*al = TLS1_AD_UNSUPPORTED_EXTENSION; *al = TLS1_AD_UNSUPPORTED_EXTENSION;
return 0; return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册