Update from 0.9.7-stable branch
authorDr. Stephen Henson <steve@openssl.org>
Thu, 7 Dec 2006 13:28:07 +0000 (13:28 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 7 Dec 2006 13:28:07 +0000 (13:28 +0000)
crypto/err/err_all.c

index bfb4c1ab12ba4664698d67d8d2ed245f892693b9..c33d24bb68c617745132a18ba961bd936390fbf9 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();