]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Explicitly include e_os.h for close()
authorTomas Mraz <tomas@openssl.org>
Mon, 19 Aug 2024 09:34:27 +0000 (11:34 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 19 Aug 2024 10:27:41 +0000 (12:27 +0200)
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25229)

(cherry picked from commit 0c0c6954bf4fa7b56e21e1393c9e5e5d55c1b2d6)

crypto/rand/randfile.c

index c120fa421c40d8545e2a7425b6f12404a11b411d..fff4fce5866d346bbf87b713d41da029da940272 100644 (file)
@@ -16,6 +16,7 @@
 # include <sys/stat.h>
 #endif
 
+#include "internal/e_os.h"
 #include "internal/cryptlib.h"
 
 #include <errno.h>