From: Dr. Stephen Henson Date: Thu, 7 Dec 2006 13:23:22 +0000 (+0000) Subject: Remove 'done' variable since it stops error codes being reloaded. X-Git-Tag: OpenSSL_0_9_7m~47 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=618def59f7d74c64e7ae7bf8d060d609af855921;p=oweals%2Fopenssl.git Remove 'done' variable since it stops error codes being reloaded. --- diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c index 4dc9300892..f6b5e7238a 100644 --- a/crypto/err/err_all.c +++ b/crypto/err/err_all.c @@ -91,10 +91,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();