projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf5bfbf
)
typo
author
Bodo Möller
<bodo@openssl.org>
Tue, 4 Sep 2001 11:57:17 +0000
(11:57 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Tue, 4 Sep 2001 11:57:17 +0000
(11:57 +0000)
crypto/err/err.c
patch
|
blob
|
history
diff --git
a/crypto/err/err.c
b/crypto/err/err.c
index f56576d962d3755ab73a76d63f8a5b84fe299d5b..75a69c3e406a16de5d6da6d5febdc665428e7d9d 100644
(file)
--- 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);
}