This commit ties the new DSO code (crypto/dso/) into the build for a
[openssl.git] / crypto / err / err_all.c
index 10c463b389bf938cfd59b58143ee53758ba882fd..638ed3fe715d9ad3c064011f3f76ce5023c64fa9 100644 (file)
@@ -82,6 +82,7 @@
 #include <openssl/pkcs12.h>
 #include <openssl/rand.h>
 #include <openssl/err.h>
+#include <openssl/dso.h>
 
 void ERR_load_crypto_strings(void)
        {
@@ -118,5 +119,6 @@ void ERR_load_crypto_strings(void)
        ERR_load_PKCS7_strings();
        ERR_load_PKCS12_strings();
        ERR_load_RAND_strings();
+       ERR_load_DSO_strings();
 #endif
        }