Commit bef7a815 authored by Rich Salz's avatar Rich Salz
Browse files

Use "" not <> on e_os.h include

parent 3d3f21aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
 * "SECURE HEAP IMPLEMENTATION").
 */
#include <openssl/crypto.h>
#include <e_os.h>
#include "e_os.h"

#include <string.h>

+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * https://www.openssl.org/source/license.html
 */

#include <e_os.h>
#include "e_os.h"
#include <openssl/err.h>

/*
+1 −1
Original line number Diff line number Diff line
@@ -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"