Remove 'done' variable since it stops error codes being reloaded.
[openssl.git] / crypto / err / err_all.c
index 4dc93008929e9150f33e7a46ad31bad3823edd0b..f6b5e7238af19ce7a593b32623a3351248252dd3 100644 (file)
 
 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();