summaryrefslogtreecommitdiff
path: root/providers/common/provider_err.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/common/provider_err.c')
-rw-r--r--providers/common/provider_err.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/providers/common/provider_err.c b/providers/common/provider_err.c
index 2915330b86..7bf2a55d99 100644
--- a/providers/common/provider_err.c
+++ b/providers/common/provider_err.c
@@ -9,7 +9,7 @@
*/
#include <openssl/err.h>
-#include "prov/providercommonerr.h"
+#include "include/prov/providercommonerr.h"
#ifndef OPENSSL_NO_ERR
@@ -223,7 +223,7 @@ static const ERR_STRING_DATA PROV_str_reasons[] = {
#endif
-int ERR_load_PROV_strings(void)
+int err_load_PROV_strings_int(void)
{
#ifndef OPENSSL_NO_ERR
if (ERR_reason_error_string(PROV_str_reasons[0].error) == NULL)