[openssl-commits] [openssl] OpenSSL_1_0_2-stable update
bernd.edlinger at hotmail.de
bernd.edlinger at hotmail.de
Mon Mar 5 14:26:48 UTC 2018
The branch OpenSSL_1_0_2-stable has been updated
via 43032197607b1c0825e5dcfb5a08a7351a1289d5 (commit)
from 726cd62662616b3db1cf535df9a7797eb3ff7489 (commit)
- Log -----------------------------------------------------------------
commit 43032197607b1c0825e5dcfb5a08a7351a1289d5
Author: Bernd Edlinger <bernd.edlinger at hotmail.de>
Date: Sun Mar 4 13:09:29 2018 +0100
Minor style fixup on recent commit
99bb59d at ssl_scan_clienthello_tlsext
Reviewed-by: Rich Salz <rsalz at openssl.org>
Reviewed-by: Kurt Roeckx <kurt at roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/5507)
-----------------------------------------------------------------------
Summary of changes:
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 3c5b6ad..424487e 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 ||
More information about the openssl-commits
mailing list