]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/conf/conf_err.c
ERR: Rebuild all generated error headers and source files
[thirdparty/openssl.git] / crypto / conf / conf_err.c
index 9c3c2d6878bb490db21a2dfc9ffc3d3de4203ce2..417ae58efb674afd086ae328821a9524de4be735 100644 (file)
@@ -10,6 +10,7 @@
 
 #include <openssl/err.h>
 #include <openssl/conferr.h>
+#include "crypto/conferr.h"
 
 #ifndef OPENSSL_NO_ERR
 
@@ -60,7 +61,7 @@ static const ERR_STRING_DATA CONF_str_reasons[] = {
 
 #endif
 
-int ERR_load_CONF_strings(void)
+int err_load_CONF_strings_int(void)
 {
 #ifndef OPENSSL_NO_ERR
     if (ERR_reason_error_string(CONF_str_reasons[0].error) == NULL)