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