Set the attach callback on a deprecated ENGINE-based store loader.
Declared in <openssl/store.h>
[[deprecated]]
int
OSSL_STORE_LOADER_set_attach(
OSSL_STORE_LOADER* loader,
OSSL_STORE_attach_fn attach_function);
Deprecated. Use of this entity is allowed but discouraged.
1 on success, or 0 on error.
| Name | Description |
|---|---|
| loader | Loader from OSSL_STORE_LOADER_new(). |
| attach_function | Callback invoked by OSSL_STORE_attach(). |