mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Make sure we get the definition of a number of OPENSSL_NO_* macros.
This commit is contained in:
parent
741dae576f
commit
d5ef144222
@ -64,6 +64,7 @@
|
||||
#ifndef HEADER_X509_H
|
||||
#define HEADER_X509_H
|
||||
|
||||
#include <openssl/e_os2.h>
|
||||
#include <openssl/symhacks.h>
|
||||
#ifndef OPENSSL_NO_BUFFER
|
||||
#include <openssl/buffer.h>
|
||||
@ -104,7 +105,6 @@
|
||||
#ifndef OPENSSL_NO_SHA
|
||||
#include <openssl/sha.h>
|
||||
#endif
|
||||
#include <openssl/e_os2.h>
|
||||
#include <openssl/ossl_typ.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -65,6 +65,7 @@
|
||||
#ifndef HEADER_X509_VFY_H
|
||||
#define HEADER_X509_VFY_H
|
||||
|
||||
#include <openssl/opensslconf.h>
|
||||
#ifndef OPENSSL_NO_LHASH
|
||||
#include <openssl/lhash.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user