]> git.ipfire.org Git - thirdparty/openssl.git/commit
Make CRYPTO_atomic_load/store use the same preprocessor guards
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Wed, 19 Feb 2025 13:40:44 +0000 (14:40 +0100)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 21 Feb 2025 13:52:37 +0000 (14:52 +0100)
commitd2cc1974eedd9c41797fef613570261cc68c2baa
tree0d63739b06f5af00c9a4726fd4ae1fedc523a75c
parentc191aba0299cf2b4e98ae6c3f1999dc196ce29ab
Make CRYPTO_atomic_load/store use the same preprocessor guards

as the other CRYPTO_atomic_X functions.
All CRYPTO_atomic functions should use the same logic here,
just in case...

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26815)

(cherry picked from commit 3240427a8530f5aa6070f135e954e20e591fa132)
crypto/threads_pthread.c