summaryrefslogtreecommitdiff
path: root/crypto/err/err_all_legacy.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/err/err_all_legacy.c')
-rw-r--r--crypto/err/err_all_legacy.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/err/err_all_legacy.c b/crypto/err/err_all_legacy.c
index e6cb882b3f..970fd5c500 100644
--- a/crypto/err/err_all_legacy.c
+++ b/crypto/err/err_all_legacy.c
@@ -44,16 +44,16 @@
# include "crypto/x509v3err.h"
# ifdef OPENSSL_NO_ERR
-# define IMPLEMENT_LEGACY_ERR_LOAD(lib) \
+# define IMPLEMENT_LEGACY_ERR_LOAD(lib) \
int ERR_load_##lib##_strings(void) \
{ \
return 1; \
}
# else
-# define IMPLEMENT_LEGACY_ERR_LOAD(lib) \
+# define IMPLEMENT_LEGACY_ERR_LOAD(lib) \
int ERR_load_##lib##_strings(void) \
{ \
- return err_load_##lib##_strings_int(); \
+ return ossl_err_load_##lib##_strings(); \
}
# endif