Return the URI scheme registered for a deprecated store loader (borrowed).
Synopsis
Declared in <openssl/store.h>
[[deprecated]]
char const*
OSSL_STORE_LOADER_get0_scheme(OSSL_STORE_LOADER const* loader);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
Internal scheme string, or NULL; do not free.
Parameters
Name |
Description |
loader |
Loader to query. |
Created with MrDocs