From: Tomas Mraz Date: Mon, 19 Aug 2024 10:37:37 +0000 (+0200) Subject: randfile.c: Fix the e_os.h include path X-Git-Tag: openssl-3.0.15~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a85072dd90e26f27470096f66ba0e073b9c21d37;p=thirdparty%2Fopenssl.git randfile.c: Fix the e_os.h include path e_os.h was moved to the internal subdirectory only in 3.1 Reviewed-by: Tim Hudson Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/25230) --- diff --git a/crypto/rand/randfile.c b/crypto/rand/randfile.c index 98b811c5efd..86c322473ca 100644 --- a/crypto/rand/randfile.c +++ b/crypto/rand/randfile.c @@ -16,7 +16,7 @@ # include #endif -#include "internal/e_os.h" +#include "e_os.h" #include "internal/cryptlib.h" #include