projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17cf986
)
Remove extraneous brackets (clang doesn't like them).
author
Ben Laurie
<ben@links.org>
Sat, 19 Jan 2013 15:12:08 +0000
(15:12 +0000)
committer
Ben Laurie
<ben@links.org>
Sat, 19 Jan 2013 18:24:00 +0000
(18:24 +0000)
ssl/t1_lib.c
patch
|
blob
|
history
diff --git
a/ssl/t1_lib.c
b/ssl/t1_lib.c
index 530b1b97ef597bb4665905a23d30cb9d4a5af962..9daf9c706eecff8d693b63a90c78276b0ebacc29 100644
(file)
--- a/
ssl/t1_lib.c
+++ b/
ssl/t1_lib.c
@@
-2449,7
+2449,7
@@
static int ssl_scan_serverhello_tlsext(SSL *s, unsigned char **p, unsigned char
unsigned char selected_len;
/* 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;
return 0;