]> 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:01:51 +0000 (14:01 +0100)
commit3240427a8530f5aa6070f135e954e20e591fa132
tree43dcc87a795159ad2e129ec7f26705e756762263
parenteacf14594dd93c971ff6480094bc23e63b87f628
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)
crypto/threads_pthread.c