]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
randfile.c: Fix the e_os.h include path
authorTomas Mraz <tomas@openssl.org>
Mon, 19 Aug 2024 10:37:37 +0000 (12:37 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 19 Aug 2024 10:37:42 +0000 (12:37 +0200)
e_os.h was moved to the internal subdirectory only in 3.1

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25230)

crypto/rand/randfile.c

index 98b811c5efdcf1396f1e802dc9f22df50c750e27..86c322473ca54783cc531bf770a202f8c73ff5ff 100644 (file)
@@ -16,7 +16,7 @@
 # include <sys/stat.h>
 #endif
 
-#include "internal/e_os.h"
+#include "e_os.h"
 #include "internal/cryptlib.h"
 
 #include <errno.h>