From 5139dec255d0e2f991083cba9d9c62dbe6637046 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 3 Oct 2022 07:22:52 +0200 Subject: Rename ossl_sleep calls to OSSL_sleep everywhere Also, remove inclusions of internal/e_os.h where it seems no longer necessary. Reviewed-by: Paul Dale Reviewed-by: Matt Caswell Reviewed-by: Tim Hudson Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/19330) --- apps/s_server.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/s_server.c') diff --git a/apps/s_server.c b/apps/s_server.c index c04da1fc68..8a573d4414 100644 --- a/apps/s_server.c +++ b/apps/s_server.c @@ -3184,7 +3184,7 @@ static int www_body(int s, int stype, int prot, unsigned char *context) continue; } #endif - ossl_sleep(1000); + OSSL_sleep(1000); continue; } } else if (i == 0) { /* end of input */ @@ -3625,7 +3625,7 @@ static int rev_body(int s, int stype, int prot, unsigned char *context) continue; } #endif - ossl_sleep(1000); + OSSL_sleep(1000); continue; } } else if (i == 0) { /* end of input */ -- cgit v1.2.3