]> git.ipfire.org Git - thirdparty/openssl.git/commit
OSSL_sleep(): Calling sleep() function if sleepTime > 1sec
authorRajarshi Karmakar <rkarmaka98@gmail.com>
Mon, 22 May 2023 16:51:57 +0000 (16:51 +0000)
committerTomas Mraz <tomas@openssl.org>
Tue, 30 May 2023 19:10:03 +0000 (21:10 +0200)
commit2631a941469864a35258130082096876e7243225
tree823fc20fccf16d06ff710535f89a23cbcd369f11
parentf53479f98a2f2a6149192c5e3ef4ddf0926dceba
OSSL_sleep(): Calling sleep() function if sleepTime > 1sec

On some systems usleep() func does not support time >1sec.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21010)
crypto/sleep.c