From e4decc418a335f6b5e86c4c98f5399ca79d8ba53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Tue, 4 Sep 2001 11:57:17 +0000 Subject: [PATCH] typo --- crypto/err/err.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/err/err.c b/crypto/err/err.c index f56576d962..75a69c3e40 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); } -- GitLab