typo
authorBodo Möller <bodo@openssl.org>
Tue, 4 Sep 2001 11:57:17 +0000 (11:57 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 4 Sep 2001 11:57:17 +0000 (11:57 +0000)
crypto/err/err.c

index f56576d962d3755ab73a76d63f8a5b84fe299d5b..75a69c3e406a16de5d6da6d5febdc665428e7d9d 100644 (file)
@@ -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);
        }