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:
54a2631
)
Remove 'done' variable since it stops error codes being reloaded.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 7 Dec 2006 13:23:22 +0000
(13:23 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 7 Dec 2006 13:23:22 +0000
(13:23 +0000)
crypto/err/err_all.c
patch
|
blob
|
history
diff --git
a/crypto/err/err_all.c
b/crypto/err/err_all.c
index 4dc93008929e9150f33e7a46ad31bad3823edd0b..f6b5e7238af19ce7a593b32623a3351248252dd3 100644
(file)
--- a/
crypto/err/err_all.c
+++ b/
crypto/err/err_all.c
@@
-91,10
+91,6
@@
void ERR_load_crypto_strings(void)
{
- static int done=0;
-
- if (done) return;
- done=1;
#ifndef OPENSSL_NO_ERR
ERR_load_ERR_strings(); /* include error strings for SYSerr */
ERR_load_BN_strings();