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