From 01bcc5a732ca69f6faefb20cbae31563d54daf1a Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Wed, 4 Sep 2024 09:27:28 +0200 Subject: [PATCH] Fix no-thread-pool build on Windows thread/arch/thread_win.c must be included into libcrypto as rcu depends on ossl_crypto_mutex implementation on Windows. Fixes #25337 Reviewed-by: Neil Horman Reviewed-by: Tom Cosgrove Reviewed-by: Hugo Landau (Merged from https://github.com/openssl/openssl/pull/25378) (cherry picked from commit f0fd24d5f39a6363f6cf66dae760154a3bad7014) --- crypto/thread/build.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/thread/build.info b/crypto/thread/build.info index 191e25e20d3..b3bada0ed3a 100644 --- a/crypto/thread/build.info +++ b/crypto/thread/build.info @@ -14,7 +14,7 @@ ELSE IF[{- !$disabled{quic} -}] SOURCE[../../libssl]=$THREADS_ARCH ENDIF - $THREADS=api.c + $THREADS=api.c arch/thread_win.c ENDIF SOURCE[../../libcrypto]=$THREADS -- 2.47.2