From: Dr. Stephen Henson Date: Thu, 7 Dec 2006 13:28:07 +0000 (+0000) Subject: Update from 0.9.7-stable branch X-Git-Tag: OpenSSL_0_9_8e~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=35e59297fca389b68bcad29876927666300ce971;p=thirdparty%2Fopenssl.git Update from 0.9.7-stable branch --- diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c index bfb4c1ab12b..c33d24bb68c 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();