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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35e59297fca389b68bcad29876927666300ce971;p=openssl Update from 0.9.7-stable branch --- diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c index bfb4c1ab12..c33d24bb68 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();