[openssl/openssl] 81d840: Fix build warnings in quic_srtm.c
"'Daniel Kubec' via openssl-commits" <[email protected]>
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 81d84030f432322afa28a858a6756b23d606d921
https://github.com/openssl/openssl/commit/81d84030f432322afa28a858a6756b23d606d921
Author: Daniel Kubec <[email protected]>
Date: 2026-08-26 (Wed, 26 Aug 2026)
Changed paths:
M ssl/quic/quic_srtm.c
Log Message:
-----------
Fix build warnings in quic_srtm.c
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.
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/master/208d84-81d840%40github.com.