summaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-12-07 13:28:07 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-12-07 13:28:07 +0000
commit35e59297fca389b68bcad29876927666300ce971 (patch)
tree7d07df899cafa81ea87b01cf5b3d2ec187478000 /crypto/err
parent9b945233b16c8be1aaa1085d0454b12cc3cbb962 (diff)
Update from 0.9.7-stable branch
Diffstat (limited to 'crypto/err')
-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 bfb4c1ab12..c33d24bb68 100644
--- a/crypto/err/err_all.c
+++ b/crypto/err/err_all.c
@@ -97,10 +97,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();