X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fcpt_err.c;h=9fd41fff8cbddda95b366da44138a0541de69f95;hb=7f065cfdbd6f18a81a3f54ba6b8d5045fb533c89;hp=06a6109cceeddfcf55a206a47df4ff2bdfb9a259;hpb=b0c0f200712ea51b6442fa0d496a6e0088017890;p=oweals%2Fopenssl.git diff --git a/crypto/cpt_err.c b/crypto/cpt_err.c index 06a6109cce..9fd41fff8c 100644 --- a/crypto/cpt_err.c +++ b/crypto/cpt_err.c @@ -92,15 +92,12 @@ static ERR_STRING_DATA CRYPTO_str_reasons[]= void ERR_load_CRYPTO_strings(void) { - static int init=1; +#ifndef OPENSSL_NO_ERR - if (init) + if (ERR_func_error_string(CRYPTO_str_functs[0].error) == NULL) { - init=0; -#ifndef OPENSSL_NO_ERR ERR_load_strings(0,CRYPTO_str_functs); ERR_load_strings(0,CRYPTO_str_reasons); -#endif - } +#endif }