summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/err/err_all.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/err/err_all.c')
-rw-r--r--crypto/openssl/crypto/err/err_all.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/openssl/crypto/err/err_all.c b/crypto/openssl/crypto/err/err_all.c
index bfb4c1a..c33d24b 100644
--- a/crypto/openssl/crypto/err/err_all.c
+++ b/crypto/openssl/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();
OpenPOWER on IntegriCloud