summaryrefslogtreecommitdiffstats
path: root/crypto/ess
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ess')
-rw-r--r--crypto/ess/ess_err.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/ess/ess_err.c b/crypto/ess/ess_err.c
index 6547645fea..450c07edac 100644
--- a/crypto/ess/ess_err.c
+++ b/crypto/ess/ess_err.c
@@ -10,6 +10,7 @@
#include <openssl/err.h>
#include <openssl/esserr.h>
+#include "crypto/esserr.h"
#ifndef OPENSSL_NO_ERR
@@ -25,7 +26,7 @@ static const ERR_STRING_DATA ESS_str_reasons[] = {
#endif
-int ERR_load_ESS_strings(void)
+int err_load_ESS_strings_int(void)
{
#ifndef OPENSSL_NO_ERR
if (ERR_reason_error_string(ESS_str_reasons[0].error) == NULL)