Make sure we get the definition of OPENSSL_NO_ERR.
authorRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:19:41 +0000 (23:19 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:19:41 +0000 (23:19 +0000)
crypto/bio/bio_err.c
crypto/bn/bn_err.c
crypto/buffer/buf_err.c
crypto/comp/comp_err.c
crypto/conf/conf_err.c
crypto/dh/dh_err.c
crypto/dsa/dsa_err.c
crypto/dso/dso_err.c
crypto/ecdsa/ecs_err.c

index 68a119d895e87783d8848079cd0228246cf90af7..5df17ff892fad4f456c2fd323bd8048e3ac5d3c9 100644 (file)
@@ -61,6 +61,7 @@
 #include <stdio.h>
 #include <openssl/err.h>
 #include <openssl/bio.h>
 #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
 
 /* BEGIN ERROR CODES */
 #ifndef OPENSSL_NO_ERR
index bcc7ff97af9a71579e3558aa0cff777eddc83f40..747591f9cb7d0f8552325efd86f041016327d54b 100644 (file)
@@ -61,6 +61,7 @@
 #include <stdio.h>
 #include <openssl/err.h>
 #include <openssl/bn.h>
 #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
 
 /* BEGIN ERROR CODES */
 #ifndef OPENSSL_NO_ERR
index 5eee653e14d0a7275f3dc8bf8c24a77125d68124..6559060784cb2a34d6b5bb85d383f8ac8c1f4031 100644 (file)
@@ -61,6 +61,7 @@
 #include <stdio.h>
 #include <openssl/err.h>
 #include <openssl/buffer.h>
 #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
 
 /* BEGIN ERROR CODES */
 #ifndef OPENSSL_NO_ERR
index 1652b8c2c4a1faf52280727077e68e35e119378f..54edbb0e9aa643b9e5f0fb275e2178d92b9e3982 100644 (file)
@@ -61,6 +61,7 @@
 #include <stdio.h>
 #include <openssl/err.h>
 #include <openssl/comp.h>
 #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
 
 /* BEGIN ERROR CODES */
 #ifndef OPENSSL_NO_ERR
index ee07bfe9d9326b40baf3db6e7edaed5d1fea6901..bc16eeaa57c560be97a40b528375f6cb0daafe02 100644 (file)
@@ -61,6 +61,7 @@
 #include <stdio.h>
 #include <openssl/err.h>
 #include <openssl/conf.h>
 #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
 
 /* BEGIN ERROR CODES */
 #ifndef OPENSSL_NO_ERR
index d837950aecb3c36d18a3f09e4d647773849c2bd3..443a741da648670e518f6eaf0c2aba6cb7eeb4f0 100644 (file)
@@ -61,6 +61,7 @@
 #include <stdio.h>
 #include <openssl/err.h>
 #include <openssl/dh.h>
 #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
 
 /* BEGIN ERROR CODES */
 #ifndef OPENSSL_NO_ERR
index 79aa4ff526c4f6cab5133d6f53a07b2364077624..b1064f07eb8b6adc287e113593ca2f124657448b 100644 (file)
@@ -61,6 +61,7 @@
 #include <stdio.h>
 #include <openssl/err.h>
 #include <openssl/dsa.h>
 #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
 
 /* BEGIN ERROR CODES */
 #ifndef OPENSSL_NO_ERR
index ac783e2796dab869eec4cabb718fe03bb08bd540..8ec7ba9f9ed4b4229c8d0ea4224673cd094cd05e 100644 (file)
@@ -61,6 +61,7 @@
 #include <stdio.h>
 #include <openssl/err.h>
 #include <openssl/dso.h>
 #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
 
 /* BEGIN ERROR CODES */
 #ifndef OPENSSL_NO_ERR
index 75c789448c3d3a8fb03725a59cdbcb17bd1d136c..c9bed9dd8ed1f46d3e3d4db944680ce6c3d1d7e2 100644 (file)
@@ -61,6 +61,7 @@
 #include <stdio.h>
 #include <openssl/err.h>
 #include <openssl/ecdsa.h>
 #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
 
 /* BEGIN ERROR CODES */
 #ifndef OPENSSL_NO_ERR