From: Dr. Stephen Henson Date: Thu, 7 Dec 2006 13:29:08 +0000 (+0000) Subject: Update from 0.9.7-stable branch. X-Git-Tag: OpenSSL_0_9_8k^2~1039 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5894b98f9945c82811355f0273cccd30a1dcf81c;p=oweals%2Fopenssl.git Update from 0.9.7-stable branch. --- 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();