Use "" not <> on e_os.h include
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4220)master
parent
3d3f21aa97
commit
bef7a81530
|
@ -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>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* "SECURE HEAP IMPLEMENTATION").
|
||||
*/
|
||||
#include <openssl/crypto.h>
|
||||
#include <e_os.h>
|
||||
#include "e_os.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
* https://www.openssl.org/source/license.html
|
||||
*/
|
||||
|
||||
#include <e_os.h>
|
||||
#include "e_os.h"
|
||||
#include <openssl/err.h>
|
||||
|
||||
/*
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue