"Andrew W. Gray" <agray@iconsinc.com> says /GD is no longer a valid
[openssl.git] / crypto / err / err_all.c
index 10c463b389bf938cfd59b58143ee53758ba882fd..d4f169ec011d9963a993f6b03905535eba7501a4 100644 (file)
@@ -64,7 +64,7 @@
 #ifndef NO_RSA
 #include <openssl/rsa.h>
 #endif
-#ifdef RSAref
+#if 0 /* was: #ifdef RSAref */
 #include <openssl/rsaref.h>
 #endif
 #ifndef NO_DH
@@ -81,6 +81,8 @@
 #include <openssl/conf.h>
 #include <openssl/pkcs12.h>
 #include <openssl/rand.h>
+#include <openssl/dso.h>
+#include <openssl/engine.h>
 #include <openssl/err.h>
 
 void ERR_load_crypto_strings(void)
@@ -96,7 +98,7 @@ void ERR_load_crypto_strings(void)
        ERR_load_BIO_strings();
        ERR_load_CONF_strings();
 #ifndef NO_RSA
-#ifdef RSAref
+#if 0 /* was: #ifdef RSAref */
        ERR_load_RSAREF_strings();
 #else
        ERR_load_RSA_strings();
@@ -118,5 +120,7 @@ void ERR_load_crypto_strings(void)
        ERR_load_PKCS7_strings();
        ERR_load_PKCS12_strings();
        ERR_load_RAND_strings();
+       ERR_load_DSO_strings();
+       ERR_load_ENGINE_strings();
 #endif
        }