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

This commit is contained in:
Richard Levitte 2003-03-20 23:27:17 +00:00
parent 741dae576f
commit d5ef144222
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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