summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2018-03-04 13:09:29 +0100
committerBernd Edlinger <bernd.edlinger@hotmail.de>2018-03-05 15:26:05 +0100
commit43032197607b1c0825e5dcfb5a08a7351a1289d5 (patch)
tree9e29ae60522396fcaa026d7189539428f2042e41
parent726cd62662616b3db1cf535df9a7797eb3ff7489 (diff)
Minor style fixup on recent commit
99bb59d at ssl_scan_clienthello_tlsext Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Kurt Roeckx <kurt@roeckx.be> (Merged from https://github.com/openssl/openssl/pull/5507)
-rw-r--r--ssl/t1_lib.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c
index 3c5b6ad692..424487e3b8 100644
--- a/ssl/t1_lib.c
+++ b/ssl/t1_lib.c
@@ -2286,9 +2286,8 @@ static int ssl_scan_clienthello_tlsext(SSL *s, unsigned char **p,
unsigned char *sdata = data;
int ecpointformatlist_length;
- if (size == 0) {
+ if (size == 0)
goto err;
- }
ecpointformatlist_length = *(sdata++);
if (ecpointformatlist_length != size - 1 ||