From: Tomas Mraz Date: Wed, 4 Sep 2024 07:27:28 +0000 (+0200) Subject: Fix no-thread-pool build on Windows X-Git-Tag: openssl-3.3.3~191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47a2c8b54d72505c0e0dd72f44cc9e7bd628e2e9;p=thirdparty%2Fopenssl.git 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) --- 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