Additionally, rename des_encrypt to des_encrypt1 in files that are
[oweals/openssl.git] / crypto / err / err_all.c
index ad820227d24602fc99fcd23322725706c923c855..638ed3fe715d9ad3c064011f3f76ce5023c64fa9 100644 (file)
@@ -80,7 +80,9 @@
 #include <openssl/x509v3.h>
 #include <openssl/conf.h>
 #include <openssl/pkcs12.h>
+#include <openssl/rand.h>
 #include <openssl/err.h>
+#include <openssl/dso.h>
 
 void ERR_load_crypto_strings(void)
        {
@@ -116,5 +118,7 @@ void ERR_load_crypto_strings(void)
        ERR_load_CRYPTO_strings();
        ERR_load_PKCS7_strings();
        ERR_load_PKCS12_strings();
+       ERR_load_RAND_strings();
+       ERR_load_DSO_strings();
 #endif
        }