]> git.ipfire.org Git - thirdparty/openssl.git/commit
Defined out MUTEX attributes not available on NonStop SPT Threads.
authorRandall S. Becker <rsbecker@nexbridge.com>
Wed, 23 Jun 2021 20:50:09 +0000 (14:50 -0600)
committerPauli <pauli@openssl.org>
Fri, 2 Jul 2021 02:33:45 +0000 (12:33 +1000)
commit6870c1e7b79043a9a85b70de7b2b29276aff235c
treeed6f84af6d35122e27de64bf407ac531606da787
parentd60e719c2d158a2998412d45c52df25375e10b74
Defined out MUTEX attributes not available on NonStop SPT Threads.

Standard Posix Threads (SPT) Threads are an older separate branch of
pthreads that do not support some of the capabilities in the current
Posix User Threads (PUT).

The change also includes a rename of the close field of OSSL_STORE_LOADER
which was causing preprocessor conflicts.

Fixes #15885

Signed-off-by: Randall S. Becker <rsbecker@nexbridge.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15886)
crypto/store/store_lib.c
crypto/store/store_local.h
crypto/store/store_register.c
crypto/threads_pthread.c