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