summaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-09-04 11:57:17 +0000
committerBodo Möller <bodo@openssl.org>2001-09-04 11:57:17 +0000
commite4decc418a335f6b5e86c4c98f5399ca79d8ba53 (patch)
tree113663d765b3fd1257f8e7e9b95e3eb7da676640 /crypto/err
parentcf5bfbfc2109d86504e16df5ccd5f5ff121e1d6d (diff)
typo
Diffstat (limited to 'crypto/err')
-rw-r--r--crypto/err/err.c2
1 files changed, 1 insertions, 1 deletions
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);
}