[#OSSL_STORE_LOADER_set_ctrl] = OSSL_STORE_LOADER_set_ctrl :mrdocs: Set the ctrl callback on a deprecated ENGINE‐based store loader. == Synopsis Declared in `<openssl/store.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] int OSSL_STORE_LOADER_set_ctrl( xref:OSSL_STORE_LOADER.adoc[OSSL_STORE_LOADER]* loader, xref:OSSL_STORE_ctrl_fn.adoc[OSSL_STORE_ctrl_fn] ctrl_function); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value 1 on success, or 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *loader* | Loader from OSSL_STORE_LOADER_new(). | *ctrl_function* | Callback invoked by OSSL_STORE_ctrl() / vctrl(). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#