[openssl/openssl] 7e4aa3: Fix VS2013 build of QUIC radix tests
"'Mounir IDRASSI' 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: 7e4aa397b9ca7893da31fdcd4a881e842d50b14d
https://github.com/openssl/openssl/commit/7e4aa397b9ca7893da31fdcd4a881e842d50b14d
Author: Mounir IDRASSI <[email protected]>
Date: 2026-08-21 (Fri, 21 Aug 2026)
Changed paths:
M test/radix/quic_tests.c
Log Message:
-----------
Fix VS2013 build of QUIC radix tests
Visual Studio 2013 does not provide the C99 __func__ predefined identifier in C mode. Use OPENSSL_FUNC, which maps to the compiler-supported equivalent.
This is the only source change required to compile current master with VS2013 Update 5 (cl 18.00.40629), on both x86 and x64.
Assisted-by: OpenCode:GLM-5.2
Reviewed-by: Neil Horman <[email protected]>
Reviewed-by: Milan Broz <[email protected]>
MergeDate: Fri Jul 31 13:13:04 2026
Reviewed-by: Bob Beck <[email protected]>
Reviewed-by: Nikola Pajkovsky <[email protected]>
Merged-from: https://github.com/openssl/openssl/pull/32419
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/4e2810-7e4aa3%40github.com.