]> git.ipfire.org Git - thirdparty/openssl.git/commit
Cleanup atomic fallbacks in threads_pthread.c
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Tue, 18 Feb 2025 11:37:42 +0000 (12:37 +0100)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 21 Feb 2025 13:01:51 +0000 (14:01 +0100)
commiteacf14594dd93c971ff6480094bc23e63b87f628
treef7caddf2bd5eba4e471cd797e94767c7f91ea11b
parent00a173af77c878065c1370a40782aac04c4c83a8
Cleanup atomic fallbacks in threads_pthread.c

the unused atomic stub functions make clang issue
unused function warnings -Wunused-function

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