[openssl/openssl] f117f3: Fix build warnings in fuzzing and ANSI C builds
"'Daniel Kubec' via openssl-commits" <[email protected]>
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/openssl-3.4/[email protected]> |
Branch: refs/heads/openssl-3.4
Home: https://github.com/openssl/openssl
Commit: f117f36bb1ae1abbf5c92440c75972a7d0673dc8
https://github.com/openssl/openssl/commit/f117f36bb1ae1abbf5c92440c75972a7d0673dc8
Author: Daniel Kubec <[email protected]>
Date: 2026-08-26 (Wed, 26 Aug 2026)
Changed paths:
M ssl/quic/quic_srtm.c
M test/cmp_vfy_test.c
Log Message:
-----------
Fix build warnings in fuzzing and ANSI C builds
ssl/quic/quic_srtm.c: the SRTM invariant-check helpers use several
variables only inside assert() calls, so they trigger unused-variable
warnings when assertions are compiled out. Mark them ossl_unused.
test/cmp_vfy_test.c: SETUP_TEST_FIXTURE declares a variable, so invoke
it together with the other declarations instead of after the first
statement, fixing a declaration-after-statement error on ANSI C (C90)
compilers.
Reviewed-by: Norbert Pocs <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Merge-date: Wed Aug 26 12:45:11 2026
Merged-from: https://github.com/openssl/openssl/pull/32507
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
--
You received this message because you are subscribed to the Google Groups "openssl-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/a/openssl.org/d/msgid/openssl-commits/openssl/openssl/push/refs/heads/openssl-3.4/1bf0a6-f117f3%40github.com.