From 5894b98f9945c82811355f0273cccd30a1dcf81c Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 7 Dec 2006 13:29:08 +0000 Subject: [PATCH] Update from 0.9.7-stable branch. --- crypto/err/err_all.c | 4 ---- 1 file changed, 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(); -- 2.34.1