Rename INIT funtions, deprecate old ones.
[openssl.git] / crypto / err / err.c
index 7e8bcc1cce1b61dd008c293fc8e77b4ab9d458ab..d92e41e3e9d58b37ea9954391cce5ea44d0eae02 100644 (file)
@@ -894,8 +894,7 @@ ERR_STATE *ERR_get_state(void)
          * the first one that we just replaced.
          */
         ERR_STATE_free(tmpp);
-        OPENSSL_INIT_crypto_library_start(OPENSSL_INIT_LOAD_CRYPTO_STRINGS,
-                                          NULL);
+        OPENSSL_init_crypto(OPENSSL_INIT_LOAD_CRYPTO_STRINGS, NULL);
         /* Ignore failures from this */
         ossl_init_thread_start(OPENSSL_INIT_THREAD_ERR_STATE);
     }