De-obfuscate
authorBenjamin Kaduk <bkaduk@akamai.com>
Tue, 14 Mar 2017 22:14:30 +0000 (17:14 -0500)
committerMatt Caswell <matt@openssl.org>
Tue, 14 Mar 2017 22:45:44 +0000 (22:45 +0000)
commite0926ef49df09a85117d7442db83f321aeb5b982
tree842664330904f5d65016831903890f2851e2f5ef
parenta74db02a2e182a16c76a12da1ac8ae8a215746b0
De-obfuscate

No need to break out of the loop and repeat the loop termination
condition when we can just return.

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2949)
ssl/statem/extensions_clnt.c