Teach the OSSL_STORE code about libctx
[openssl.git] / include / crypto / store.h
index 8f4757d9c25f250812c71e1ba268fa65199bfbba..ea207d83df966096b337fdab4d205145ecbbefd0 100644 (file)
@@ -20,7 +20,8 @@
  * as usual with OSSLSTORE_load() and OSSLSTORE_eof().
  */
 OSSL_STORE_CTX *ossl_store_attach_pem_bio(BIO *bp, const UI_METHOD *ui_method,
-                                          void *ui_data);
+                                          void *ui_data, OPENSSL_CTX *libctx,
+                                          const char *propq);
 int ossl_store_detach_pem_bio(OSSL_STORE_CTX *ctx);
 
 void ossl_store_cleanup_int(void);