]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/evp_err.c
ERR: Rebuild all generated error headers and source files
[thirdparty/openssl.git] / crypto / evp / evp_err.c
index 52a224a51742b1faaaa33c3b6a6c5d3dce6992fe..3a4253b353a3bd986997bda2251c8a197fd29b65 100644 (file)
@@ -10,6 +10,7 @@
 
 #include <openssl/err.h>
 #include <openssl/evperr.h>
+#include "crypto/evperr.h"
 
 #ifndef OPENSSL_NO_ERR
 
@@ -196,7 +197,7 @@ static const ERR_STRING_DATA EVP_str_reasons[] = {
 
 #endif
 
-int ERR_load_EVP_strings(void)
+int err_load_EVP_strings_int(void)
 {
 #ifndef OPENSSL_NO_ERR
     if (ERR_reason_error_string(EVP_str_reasons[0].error) == NULL)