aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
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
parent9ba4cc007b3af0b5e893716f8fe44943a5e3b234 (diff)
downloadopenssl-78951e771128452077388acf79c79c72f379dce1.tar.gz
Make sure we get the definition of OPENSSL_NO_ERR.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/bio/bio_err.c1
-rw-r--r--crypto/bn/bn_err.c1
-rw-r--r--crypto/buffer/buf_err.c1
-rw-r--r--crypto/comp/comp_err.c1
-rw-r--r--crypto/conf/conf_err.c1
-rw-r--r--crypto/dh/dh_err.c1
-rw-r--r--crypto/dsa/dsa_err.c1
-rw-r--r--crypto/dso/dso_err.c1
-rw-r--r--crypto/ecdsa/ecs_err.c1
9 files changed, 9 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
diff --git a/crypto/bn/bn_err.c b/crypto/bn/bn_err.c
index bcc7ff97af..747591f9cb 100644
--- a/crypto/bn/bn_err.c
+++ b/crypto/bn/bn_err.c
@@ -61,6 +61,7 @@
#include <stdio.h>
#include <openssl/err.h>
#include <openssl/bn.h>
+#include <openssl/opensslconf.h> /* To see if OPENSSL_NO_ERR is defined */
/* BEGIN ERROR CODES */
#ifndef OPENSSL_NO_ERR
diff --git a/crypto/buffer/buf_err.c b/crypto/buffer/buf_err.c
index 5eee653e14..6559060784 100644
--- a/crypto/buffer/buf_err.c
+++ b/crypto/buffer/buf_err.c
@@ -61,6 +61,7 @@
#include <stdio.h>
#include <openssl/err.h>
#include <openssl/buffer.h>
+#include <openssl/opensslconf.h> /* To see if OPENSSL_NO_ERR is defined */
/* BEGIN ERROR CODES */
#ifndef OPENSSL_NO_ERR
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
diff --git a/crypto/conf/conf_err.c b/crypto/conf/conf_err.c
index ee07bfe9d9..bc16eeaa57 100644
--- a/crypto/conf/conf_err.c
+++ b/crypto/conf/conf_err.c
@@ -61,6 +61,7 @@
#include <stdio.h>
#include <openssl/err.h>
#include <openssl/conf.h>
+#include <openssl/opensslconf.h> /* To see if OPENSSL_NO_ERR is defined */
/* BEGIN ERROR CODES */
#ifndef OPENSSL_NO_ERR
diff --git a/crypto/dh/dh_err.c b/crypto/dh/dh_err.c
index d837950aec..443a741da6 100644
--- a/crypto/dh/dh_err.c
+++ b/crypto/dh/dh_err.c
@@ -61,6 +61,7 @@
#include <stdio.h>
#include <openssl/err.h>
#include <openssl/dh.h>
+#include <openssl/opensslconf.h> /* To see if OPENSSL_NO_ERR is defined */
/* BEGIN ERROR CODES */
#ifndef OPENSSL_NO_ERR
diff --git a/crypto/dsa/dsa_err.c b/crypto/dsa/dsa_err.c
index 79aa4ff526..b1064f07eb 100644
--- a/crypto/dsa/dsa_err.c
+++ b/crypto/dsa/dsa_err.c
@@ -61,6 +61,7 @@
#include <stdio.h>
#include <openssl/err.h>
#include <openssl/dsa.h>
+#include <openssl/opensslconf.h> /* To see if OPENSSL_NO_ERR is defined */
/* BEGIN ERROR CODES */
#ifndef OPENSSL_NO_ERR
diff --git a/crypto/dso/dso_err.c b/crypto/dso/dso_err.c
index ac783e2796..8ec7ba9f9e 100644
--- a/crypto/dso/dso_err.c
+++ b/crypto/dso/dso_err.c
@@ -61,6 +61,7 @@
#include <stdio.h>
#include <openssl/err.h>
#include <openssl/dso.h>
+#include <openssl/opensslconf.h> /* To see if OPENSSL_NO_ERR is defined */
/* BEGIN ERROR CODES */
#ifndef OPENSSL_NO_ERR
diff --git a/crypto/ecdsa/ecs_err.c b/crypto/ecdsa/ecs_err.c
index 75c789448c..c9bed9dd8e 100644
--- a/crypto/ecdsa/ecs_err.c
+++ b/crypto/ecdsa/ecs_err.c
@@ -61,6 +61,7 @@
#include <stdio.h>
#include <openssl/err.h>
#include <openssl/ecdsa.h>
+#include <openssl/opensslconf.h> /* To see if OPENSSL_NO_ERR is defined */
/* BEGIN ERROR CODES */
#ifndef OPENSSL_NO_ERR