aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/bio_err.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:19:41 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:19:41 +0000
commit78951e771128452077388acf79c79c72f379dce1 (patch)
treed07fbbd100031b71ebfc37e957038c35172c42eb /crypto/bio/bio_err.c
parent9ba4cc007b3af0b5e893716f8fe44943a5e3b234 (diff)
downloadopenssl-78951e771128452077388acf79c79c72f379dce1.tar.gz
Make sure we get the definition of OPENSSL_NO_ERR.
Diffstat (limited to 'crypto/bio/bio_err.c')
-rw-r--r--crypto/bio/bio_err.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/bio/bio_err.c b/crypto/bio/bio_err.c
index 68a119d895..5df17ff892 100644
--- a/crypto/bio/bio_err.c
+++ b/crypto/bio/bio_err.c
@@ -61,6 +61,7 @@
#include <stdio.h>
#include <openssl/err.h>
#include <openssl/bio.h>
+#include <openssl/opensslconf.h> /* To see if OPENSSL_NO_ERR is defined */
/* BEGIN ERROR CODES */
#ifndef OPENSSL_NO_ERR