From: Richard Levitte Date: Thu, 20 Mar 2003 23:19:41 +0000 (+0000) Subject: Make sure we get the definition of OPENSSL_NO_ERR. X-Git-Tag: BEN_FIPS_TEST_1~38^2~233 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=78951e771128452077388acf79c79c72f379dce1;p=oweals%2Fopenssl.git Make sure we get the definition of OPENSSL_NO_ERR. --- 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 #include #include +#include /* 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 #include #include +#include /* 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 #include #include +#include /* 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 #include #include +#include /* 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 #include #include +#include /* 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 #include #include +#include /* 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 #include #include +#include /* 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 #include #include +#include /* 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 #include #include +#include /* To see if OPENSSL_NO_ERR is defined */ /* BEGIN ERROR CODES */ #ifndef OPENSSL_NO_ERR