[#OSSL_STORE_LOADER_new] = OSSL_STORE_LOADER_new :mrdocs: Allocate a deprecated ENGINE‐based store loader for `scheme;` prefer OSSL_STORE_LOADER_fetch(). == Synopsis Declared in `<openssl/store.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] xref:OSSL_STORE_LOADER.adoc[OSSL_STORE_LOADER]* OSSL_STORE_LOADER_new( xref:ENGINE.adoc[ENGINE]* e, char const* scheme); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value New OSSL_STORE_LOADER, or NULL on error. == Parameters [cols="1,4"] |=== | Name| Description | *e* | ENGINE implementing the loader, or NULL. | *scheme* | URI scheme this loader handles. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#