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