]> git.ipfire.org Git - thirdparty/openssl.git/commit
Correct OSSL_sleep for NonStop PUT model by introducing sleep().
authorRandall S. Becker <randall.becker@nexbridge.ca>
Thu, 21 Mar 2024 21:16:11 +0000 (21:16 +0000)
committerNeil Horman <nhorman@openssl.org>
Sat, 23 Mar 2024 13:22:31 +0000 (09:22 -0400)
commit4a9e48f727ce7ad924c53a55b301e426d7e43863
tree69ec283c1ace5b64b17747be777f4abfb348fb20
parent24109dca5a793d58c68a346db5b21746079ec317
Correct OSSL_sleep for NonStop PUT model by introducing sleep().

This fix also removes SPT model support as it was previously deprecated.
Upcoming threading models on the platform should be supportable without change
to this method.

Fixes: #23923
Fixes: #23927
Fixes: #23928
Signed-off-by: Randall S. Becker <randall.becker@nexbridge.ca>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23926)
crypto/sleep.c