From: Rich Salz Date: Tue, 22 Aug 2017 15:07:56 +0000 (-0400) Subject: Use "" not <> on e_os.h include X-Git-Tag: OpenSSL_1_1_1-pre1~787 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bef7a81530442033ecb727196bddeb96d327acaf;p=thirdparty%2Fopenssl.git Use "" not <> on e_os.h include Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/4220) --- diff --git a/crypto/dh/dh_kdf.c b/crypto/dh/dh_kdf.c index 2782eeee6e0..e17122bc82e 100644 --- a/crypto/dh/dh_kdf.c +++ b/crypto/dh/dh_kdf.c @@ -7,7 +7,7 @@ * https://www.openssl.org/source/license.html */ -#include +#include "e_os.h" #ifndef OPENSSL_NO_CMS #include diff --git a/crypto/mem_sec.c b/crypto/mem_sec.c index 04aa94eae16..703ddad5e59 100644 --- a/crypto/mem_sec.c +++ b/crypto/mem_sec.c @@ -16,7 +16,7 @@ * "SECURE HEAP IMPLEMENTATION"). */ #include -#include +#include "e_os.h" #include diff --git a/crypto/o_dir.c b/crypto/o_dir.c index 7019383dd01..459ce9c1e1c 100644 --- a/crypto/o_dir.c +++ b/crypto/o_dir.c @@ -8,7 +8,7 @@ */ #include -#include +#include "e_os.h" /* * The routines really come from the Levitte Programming, so to make life diff --git a/crypto/o_init.c b/crypto/o_init.c index 5eb7654d320..ed6b1303d8a 100644 --- a/crypto/o_init.c +++ b/crypto/o_init.c @@ -7,7 +7,7 @@ * https://www.openssl.org/source/license.html */ -#include +#include "e_os.h" #include /* diff --git a/crypto/o_str.c b/crypto/o_str.c index c762b7009bb..be130ce8047 100644 --- a/crypto/o_str.c +++ b/crypto/o_str.c @@ -8,7 +8,7 @@ */ #include -#include +#include "e_os.h" #include #include "internal/cryptlib.h" #include "internal/o_str.h"