Commit 43032197 authored by Bernd Edlinger's avatar Bernd Edlinger
Browse files

Minor style fixup on recent commit


99bb59d9 at ssl_scan_clienthello_tlsext

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
Reviewed-by: default avatarKurt Roeckx <kurt@roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/5507)
parent 726cd626
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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 ||