From 43032197607b1c0825e5dcfb5a08a7351a1289d5 Mon Sep 17 00:00:00 2001 From: Bernd Edlinger Date: Sun, 4 Mar 2018 13:09:29 +0100 Subject: [PATCH] Minor style fixup on recent commit 99bb59d at ssl_scan_clienthello_tlsext Reviewed-by: Rich Salz Reviewed-by: Kurt Roeckx (Merged from https://github.com/openssl/openssl/pull/5507) --- ssl/t1_lib.c | 3 +-- 1 file changed, 1 insertion(+), 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 || -- 2.34.1