]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
test_sigalgs_available(): Add missing FALLTHROUGH annotation
authorTomas Mraz <tomas@openssl.org>
Wed, 25 Feb 2026 13:54:03 +0000 (14:54 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 25 Feb 2026 13:54:03 +0000 (14:54 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
MergeDate: Wed Feb 25 14:23:45 2026
(Merged from https://github.com/openssl/openssl/pull/30174)

test/sslapitest.c

index fb228ea061ebd0f35fe300364a3758cb7e939028..15260b7f3bf0fbe62ad38ae32de23b628b007b17 100644 (file)
@@ -10728,6 +10728,7 @@ static int test_sigalgs_available(int idx)
     case 4:
         csigname_expected = "ecdsa_secp256r1_sha256";
         csigalg_expected = 0x0403;
+        /* FALLTHROUGH */
     case 5:
         sig_expected = EVP_PKEY_EC;
         signame_expected = "ecdsa_secp256r1_sha256";