]> git.ipfire.org Git - thirdparty/openssl.git/commit
Move a fall through comment
authorMatt Caswell <matt@openssl.org>
Tue, 11 Jun 2019 12:27:45 +0000 (13:27 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 11 Jun 2019 14:23:13 +0000 (15:23 +0100)
commitc4376aed029f10b1c6cd0fd26e0c111e55bf3ab0
tree084171feda65ae41d2abab8f0f647e7877761734
parentb658421823c997586f16d1edc4351448c90c86a8
Move a fall through comment

When compiling with --strict-warnings using gcc 7.4.0 the compiler
complains that a case falls through, even though there is an explicit
comment stating this. Moving the comment outside of the conditional
compilation section resolves this.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9131)

(cherry picked from commit a2e520447e17a58b52cdf41ab1218b020f44e4a6)
crypto/bio/b_addr.c