[openssl/openssl] 590f54: 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.6/[email protected]> |
Branch: refs/heads/openssl-3.6
Home: https://github.com/openssl/openssl
Commit: 590f54772f9d4a58eb3fabf485dff8ce477cab64
https://github.com/openssl/openssl/commit/590f54772f9d4a58eb3fabf485dff8ce477cab64
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: Milan Broz <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Merge-date: Wed Aug 26 12:38:35 2026
Merged-from: https://github.com/openssl/openssl/pull/32510
(cherry picked from commit 5b09bb7d1159a31a7ae0a8f654262dc8858b95c8)
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.6/df49dc-590f54%40github.com.