aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_vfy.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:27:17 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:27:17 +0000
commitd5ef1442227796e65d6bf149ac464bc670c5aa98 (patch)
tree61fc31bb32f03093ac66c217c357ad5cd501b12a /crypto/x509/x509_vfy.h
parent741dae576fdfaaa4030e386791edc32852388286 (diff)
downloadopenssl-d5ef1442227796e65d6bf149ac464bc670c5aa98.tar.gz
Make sure we get the definition of a number of OPENSSL_NO_* macros.
Diffstat (limited to 'crypto/x509/x509_vfy.h')
-rw-r--r--crypto/x509/x509_vfy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/x509/x509_vfy.h b/crypto/x509/x509_vfy.h
index f0be21f452..3a0ccbe48d 100644
--- a/crypto/x509/x509_vfy.h
+++ b/crypto/x509/x509_vfy.h
@@ -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