aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-12-07 13:23:22 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-12-07 13:23:22 +0000
commit618def59f7d74c64e7ae7bf8d060d609af855921 (patch)
tree963e7a26de5f40d48a2b59186c9761a1b61d51fa /crypto
parent54a2631eb3142df2639ede89c3c6e258966a5f2a (diff)
downloadopenssl-618def59f7d74c64e7ae7bf8d060d609af855921.tar.gz
Remove 'done' variable since it stops error codes being reloaded.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/err/err_all.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c
index 4dc9300892..f6b5e7238a 100644
--- 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();