Add an evil cast, because POSIX/SUSv2 define connect(2) require
[oweals/openssl.git] / crypto / err / err_all.c
index ad820227d24602fc99fcd23322725706c923c855..10c463b389bf938cfd59b58143ee53758ba882fd 100644 (file)
@@ -80,6 +80,7 @@
 #include <openssl/x509v3.h>
 #include <openssl/conf.h>
 #include <openssl/pkcs12.h>
+#include <openssl/rand.h>
 #include <openssl/err.h>
 
 void ERR_load_crypto_strings(void)
@@ -116,5 +117,6 @@ void ERR_load_crypto_strings(void)
        ERR_load_CRYPTO_strings();
        ERR_load_PKCS7_strings();
        ERR_load_PKCS12_strings();
+       ERR_load_RAND_strings();
 #endif
        }