Return the ENGINE associated with a deprecated store loader (borrowed).
Declared in <openssl/store.h>
[[deprecated]]
ENGINE const*
OSSL_STORE_LOADER_get0_engine(OSSL_STORE_LOADER const* loader);
Deprecated. Use of this entity is allowed but discouraged.
Internal ENGINE pointer, or NULL; prefer provider-based OSSL_STORE_LOADER_fetch().
| Name | Description |
|---|---|
| loader | Loader from OSSL_STORE_LOADER_new(). |