]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/cpt_err.c
ERR: Rebuild all generated error headers and source files
[thirdparty/openssl.git] / crypto / cpt_err.c
index 04b6cdb27f8d821db75488a400e9ecc60823b956..7aa5416720bae48d05fd93fb0d7fd377e815d1e0 100644 (file)
@@ -10,6 +10,7 @@
 
 #include <openssl/err.h>
 #include <openssl/cryptoerr.h>
+#include "crypto/cryptoerr.h"
 
 #ifndef OPENSSL_NO_ERR
 
@@ -57,7 +58,7 @@ static const ERR_STRING_DATA CRYPTO_str_reasons[] = {
 
 #endif
 
-int ERR_load_CRYPTO_strings(void)
+int err_load_CRYPTO_strings_int(void)
 {
 #ifndef OPENSSL_NO_ERR
     if (ERR_reason_error_string(CRYPTO_str_reasons[0].error) == NULL)