Change #include filenames from <foo.h> to <openssl.h>.
Submitted by: Reviewed by: PR:
This commit is contained in:
@@ -68,17 +68,17 @@ extern "C" {
|
||||
|
||||
/* #ifdef FLAT_INC */
|
||||
|
||||
#include "e_os.h"
|
||||
#include "crypto.h"
|
||||
#include "buffer.h"
|
||||
#include "bio.h"
|
||||
#include "err.h"
|
||||
#include <openssl/e_os.h>
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/buffer.h>
|
||||
#include <openssl/bio.h>
|
||||
#include <openssl/err.h>
|
||||
|
||||
/*
|
||||
#else
|
||||
|
||||
#include "../e_os.h"
|
||||
#include "crypto.h"
|
||||
#include <openssl/crypto.h>
|
||||
#include "buffer/buffer.h"
|
||||
#include "bio/bio.h"
|
||||
#include "err/err.h"
|
||||
|
Reference in New Issue
Block a user