]> 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:36:39 +0000 (16:36 +0200)
commitf0fd24d5f39a6363f6cf66dae760154a3bad7014
treebb8fc1fa1c9d47da816ae2e1ede7f485cae408e5
parentc9e36a8221517c0083695a567c11e0c2208e1f8d
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)
crypto/thread/build.info