]> 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:30 +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 d44cf2c2318dd3399d43a2d0c5d16b96eb62fea2..98b811c5efdcf1396f1e802dc9f22df50c750e27 100644 (file)
@@ -16,6 +16,7 @@
 # include <sys/stat.h>
 #endif
 
+#include "internal/e_os.h"
 #include "internal/cryptlib.h"
 
 #include <errno.h>