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:
5de3a0f
)
Update from 0.9.7-stable branch.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 7 Dec 2006 13:29:08 +0000
(13:29 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 7 Dec 2006 13:29:08 +0000
(13:29 +0000)
crypto/err/err_all.c
patch
|
blob
|
history
diff --git
a/crypto/err/err_all.c
b/crypto/err/err_all.c
index 9b19ad7edfe9384adb531265d18b6da216cacc5c..3eff403127f122fc7be85970246a48c9f2cba01f 100644
(file)
--- a/
crypto/err/err_all.c
+++ b/
crypto/err/err_all.c
@@
-98,10
+98,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();