diff --git a/crypto/err/err.c b/crypto/err/err.c index f56576d96..75a69c3e4 100644 --- a/crypto/err/err.c +++ b/crypto/err/err.c @@ -568,7 +568,7 @@ static void err_load_strings(int lib, ERR_STRING_DATA *str) void ERR_load_strings(int lib, ERR_STRING_DATA *str) { - err_load_ERR_strings(); + ERR_load_ERR_strings(); err_load_strings(lib, str); }