Commit d5ef1442 authored by Richard Levitte's avatar Richard Levitte
Browse files

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

parent 741dae57
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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