From: Bodo Möller Date: Tue, 4 Sep 2001 11:57:17 +0000 (+0000) Subject: typo X-Git-Tag: OpenSSL_0_9_6c~123^2~22 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e4decc418a335f6b5e86c4c98f5399ca79d8ba53;p=oweals%2Fopenssl.git typo --- 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); }