]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Use "" not <> on e_os.h include
authorRich Salz <rsalz@openssl.org>
Tue, 22 Aug 2017 15:07:56 +0000 (11:07 -0400)
committerRich Salz <rsalz@openssl.org>
Tue, 22 Aug 2017 15:07:56 +0000 (11:07 -0400)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4220)

crypto/dh/dh_kdf.c
crypto/mem_sec.c
crypto/o_dir.c
crypto/o_init.c
crypto/o_str.c

index 2782eeee6e032cbe07d1a0d2d6cd22ae8f30e095..e17122bc82e3aae54514982dd5216ec189eba191 100644 (file)
@@ -7,7 +7,7 @@
  * https://www.openssl.org/source/license.html
  */
 
-#include <e_os.h>
+#include "e_os.h"
 
 #ifndef OPENSSL_NO_CMS
 #include <string.h>
index 04aa94eae168d23895123b3aa72c92a9feb2ad25..703ddad5e596b15684f439f16453d8a5c81145ad 100644 (file)
@@ -16,7 +16,7 @@
  * "SECURE HEAP IMPLEMENTATION").
  */
 #include <openssl/crypto.h>
-#include <e_os.h>
+#include "e_os.h"
 
 #include <string.h>
 
index 7019383dd01e66a4d17605e1907d8f8678111911..459ce9c1e1cb08ac96ad357d3bbea0ffb2e96130 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 #include <errno.h>
-#include <e_os.h>
+#include "e_os.h"
 
 /*
  * The routines really come from the Levitte Programming, so to make life
index 5eb7654d32020d04e3fbffe298f29747849293fa..ed6b1303d8adf5bb072501d6b9f198ab43b2fdc5 100644 (file)
@@ -7,7 +7,7 @@
  * https://www.openssl.org/source/license.html
  */
 
-#include <e_os.h>
+#include "e_os.h"
 #include <openssl/err.h>
 
 /*
index c762b7009bbf52b3f1e0a4284c2015016f3a221f..be130ce8047a40d84bba765a611f87e56a50d7ce 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 #include <limits.h>
-#include <e_os.h>
+#include "e_os.h"
 #include <openssl/crypto.h>
 #include "internal/cryptlib.h"
 #include "internal/o_str.h"