]> git.ipfire.org Git - thirdparty/openssl.git/commit
Move ossl_sleep() to e_os.h and use it in apps
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Mon, 17 May 2021 11:24:20 +0000 (13:24 +0200)
committerDr. David von Oheimb <dev@ddvo.net>
Tue, 18 May 2021 12:49:33 +0000 (14:49 +0200)
commit9be5f9a8698b0d902ef1281716eda73a4d8478ed
tree9a6fae021f6d21482b78768b97105da1495e613a
parent78c44e4f819721eb80ad95fddc360a34f9e93118
Move ossl_sleep() to e_os.h and use it in apps

Fixes #15304

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15308)
apps/cmp.c
apps/lib/http_server.c
apps/s_server.c
crypto/bio/bio_lib.c
crypto/cmp/cmp_client.c
e_os.h
include/internal/cryptlib.h
test/helpers/ssltestlib.c