summaryrefslogtreecommitdiffstats
path: root/crypto/comp
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/comp
parent9ba4cc007b3af0b5e893716f8fe44943a5e3b234 (diff)
Make sure we get the definition of OPENSSL_NO_ERR.
Diffstat (limited to 'crypto/comp')
-rw-r--r--crypto/comp/comp_err.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/comp/comp_err.c b/crypto/comp/comp_err.c
index 1652b8c2c4..54edbb0e9a 100644
--- a/crypto/comp/comp_err.c
+++ b/crypto/comp/comp_err.c
@@ -61,6 +61,7 @@
#include <stdio.h>
#include <openssl/err.h>
#include <openssl/comp.h>
+#include <openssl/opensslconf.h> /* To see if OPENSSL_NO_ERR is defined */
/* BEGIN ERROR CODES */
#ifndef OPENSSL_NO_ERR