[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Tue Aug 22 16:53:46 UTC 2017


The branch master has been updated
       via  bef7a81530442033ecb727196bddeb96d327acaf (commit)
      from  3d3f21aa976bd0b29fd1d92d96118b8e6a3209bb (commit)


- Log -----------------------------------------------------------------
commit bef7a81530442033ecb727196bddeb96d327acaf
Author: Rich Salz <rsalz at openssl.org>
Date:   Tue Aug 22 11:07:56 2017 -0400

    Use "" not <> on e_os.h include
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/4220)

-----------------------------------------------------------------------

Summary of changes:
 crypto/dh/dh_kdf.c | 2 +-
 crypto/mem_sec.c   | 2 +-
 crypto/o_dir.c     | 2 +-
 crypto/o_init.c    | 2 +-
 crypto/o_str.c     | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/crypto/dh/dh_kdf.c b/crypto/dh/dh_kdf.c
index 2782eee..e17122b 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 <e_os.h>
+#include "e_os.h"
 
 #ifndef OPENSSL_NO_CMS
 #include <string.h>
diff --git a/crypto/mem_sec.c b/crypto/mem_sec.c
index 04aa94e..703ddad 100644
--- a/crypto/mem_sec.c
+++ b/crypto/mem_sec.c
@@ -16,7 +16,7 @@
  * "SECURE HEAP IMPLEMENTATION").
  */
 #include <openssl/crypto.h>
-#include <e_os.h>
+#include "e_os.h"
 
 #include <string.h>
 
diff --git a/crypto/o_dir.c b/crypto/o_dir.c
index 7019383..459ce9c 100644
--- a/crypto/o_dir.c
+++ b/crypto/o_dir.c
@@ -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
diff --git a/crypto/o_init.c b/crypto/o_init.c
index 5eb7654..ed6b130 100644
--- a/crypto/o_init.c
+++ b/crypto/o_init.c
@@ -7,7 +7,7 @@
  * https://www.openssl.org/source/license.html
  */
 
-#include <e_os.h>
+#include "e_os.h"
 #include <openssl/err.h>
 
 /*
diff --git a/crypto/o_str.c b/crypto/o_str.c
index c762b70..be130ce 100644
--- a/crypto/o_str.c
+++ b/crypto/o_str.c
@@ -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"


More information about the openssl-commits mailing list