Add X509 related libctx changes.
[openssl.git] / crypto / store / store_local.h
index 31e04d13adf8eee111c609004ddf17d996279191..c9592c38ce1e70c7bb73d272814ca8fce8b42e71 100644 (file)
@@ -110,6 +110,7 @@ struct ossl_store_loader_st {
     OSSL_STORE_eof_fn eof;
     OSSL_STORE_error_fn error;
     OSSL_STORE_close_fn close;
+    OSSL_STORE_open_with_libctx_fn open_with_libctx;
 };
 DEFINE_LHASH_OF(OSSL_STORE_LOADER);