Codebase list openssl / 4303219
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) Bernd Edlinger 6 years ago
1 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
22852285 unsigned char *sdata = data;
22862286 int ecpointformatlist_length;
22872287
2288 if (size == 0) {
2288 if (size == 0)
22892289 goto err;
2290 }
22912290
22922291 ecpointformatlist_length = *(sdata++);
22932292 if (ecpointformatlist_length != size - 1 ||