From 618def59f7d74c64e7ae7bf8d060d609af855921 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 7 Dec 2006 13:23:22 +0000 Subject: [PATCH] Remove 'done' variable since it stops error codes being reloaded. --- 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 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(); -- 2.25.1