]> git.ipfire.org Git - thirdparty/openssl.git/commit
Define threads_lib.c functions only for OPENSSL_SYS_UNIX
authorJ.W. Jagersma <jwjagersma@gmail.com>
Sat, 1 Oct 2022 17:01:40 +0000 (19:01 +0200)
committerHugo Landau <hlandau@openssl.org>
Mon, 14 Nov 2022 07:47:53 +0000 (07:47 +0000)
commit523e54c15cfadb8c19f6a181b9a69aabd9f58453
treefa66d0c3fa788ad44d388e72017b9f358e19c11b
parent71faab72b8b49819d8bcf065b039d1d840e8b76c
Define threads_lib.c functions only for OPENSSL_SYS_UNIX

This matches the declaration in <openssl/crypto.h>.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19322)
crypto/threads_lib.c