提交 d5ef1442 编写于 作者: R Richard Levitte

Make sure we get the definition of a number of OPENSSL_NO_* macros.

上级 741dae57
...@@ -64,6 +64,7 @@ ...@@ -64,6 +64,7 @@
#ifndef HEADER_X509_H #ifndef HEADER_X509_H
#define HEADER_X509_H #define HEADER_X509_H
#include <openssl/e_os2.h>
#include <openssl/symhacks.h> #include <openssl/symhacks.h>
#ifndef OPENSSL_NO_BUFFER #ifndef OPENSSL_NO_BUFFER
#include <openssl/buffer.h> #include <openssl/buffer.h>
...@@ -104,7 +105,6 @@ ...@@ -104,7 +105,6 @@
#ifndef OPENSSL_NO_SHA #ifndef OPENSSL_NO_SHA
#include <openssl/sha.h> #include <openssl/sha.h>
#endif #endif
#include <openssl/e_os2.h>
#include <openssl/ossl_typ.h> #include <openssl/ossl_typ.h>
#ifdef __cplusplus #ifdef __cplusplus
......
...@@ -65,6 +65,7 @@ ...@@ -65,6 +65,7 @@
#ifndef HEADER_X509_VFY_H #ifndef HEADER_X509_VFY_H
#define HEADER_X509_VFY_H #define HEADER_X509_VFY_H
#include <openssl/opensslconf.h>
#ifndef OPENSSL_NO_LHASH #ifndef OPENSSL_NO_LHASH
#include <openssl/lhash.h> #include <openssl/lhash.h>
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册