Minor style fixup on recent commit
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Sun, 4 Mar 2018 12:09:29 +0000 (13:09 +0100)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 5 Mar 2018 14:26:05 +0000 (15:26 +0100)
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)

ssl/t1_lib.c

index 3c5b6ad692fbcfc91e31f0178a4e0e7ac7aebc1c..424487e3b8f8c51fae88cfb108c6968c3aa308d6 100644 (file)
@@ -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 ||