]> 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:39:43 +0000 (14:39 +0100)
commitb716f1b228e7acb43dfd0e172da30987cfa6c9dd
treead42825288c7ba9f8d9c7c54a1444bc339076690
parentc07206df83d197c96bb2d03c605f4fdca8dab541
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