OSSL_STORE_LOADER_set_ctrl

Set the ctrl callback on a deprecated ENGINE-based store loader.

Synopsis

Declared in <openssl/store.h>

[[deprecated]]
int
OSSL_STORE_LOADER_set_ctrl(
    OSSL_STORE_LOADER* loader,
    OSSL_STORE_ctrl_fn ctrl_function);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success, or 0 on error.

Parameters

NameDescription
loaderLoader from OSSL_STORE_LOADER_new().
ctrl_functionCallback invoked by OSSL_STORE_ctrl() / vctrl().