Use OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL) in libcrypto
[openssl.git] / crypto / store / store_local.h
index 56a90a125b8471bb06670bd32735d3b77664333c..16989707d6ec74e2cc42bc624d4795b919d7cbb4 100644 (file)
@@ -152,13 +152,6 @@ struct ossl_store_ctx_st {
     struct ossl_passphrase_data_st pwdata;
 };
 
-/*-
- *  OSSL_STORE init stuff
- *  ---------------------
- */
-
-int ossl_store_init_once(void);
-
 /*-
  *  'file' scheme stuff
  *  -------------------