]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix no-thread-pool build on Windows
authorTomas Mraz <tomas@openssl.org>
Wed, 4 Sep 2024 07:27:28 +0000 (09:27 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 10 Sep 2024 14:37:27 +0000 (16:37 +0200)
commit47a2c8b54d72505c0e0dd72f44cc9e7bd628e2e9
tree66e9e95f9a35311f6720af946a6d16eb3fef332d
parent2219263d855be53dd18ea8990b3e644a2909b254
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 <nhorman@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Hugo Landau <hlandau@devever.net>
(Merged from https://github.com/openssl/openssl/pull/25378)

(cherry picked from commit f0fd24d5f39a6363f6cf66dae760154a3bad7014)
crypto/thread/build.info