summaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-12-07 13:29:08 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-12-07 13:29:08 +0000
commit5894b98f9945c82811355f0273cccd30a1dcf81c (patch)
tree376b6e4118512df53a81ba1a6e8eefc6c127bdd0 /crypto/err
parent5de3a0ff3d2d7f329c8cc714ebcf46fc7960bbe9 (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 9b19ad7edf..3eff403127 100644
--- 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();