Allocate a deprecated ENGINE-based store loader for scheme; prefer OSSL_STORE_LOADER_fetch().
Declared in <openssl/store.h>
[[deprecated]]
OSSL_STORE_LOADER*
OSSL_STORE_LOADER_new(
ENGINE* e,
char const* scheme);
Deprecated. Use of this entity is allowed but discouraged.
New OSSL_STORE_LOADER, or NULL on error.
| Name | Description |
|---|---|
| e | ENGINE implementing the loader, or NULL. |
| scheme | URI scheme this loader handles. |