Test whether a store loader implements the given URI scheme name.
Declared in <openssl/store.h>
int
OSSL_STORE_LOADER_is_a(
OSSL_STORE_LOADER const* loader,
char const* scheme);
1 if loader is an implementation of scheme, or 0 otherwise.
| Name | Description |
|---|---|
| loader | Loader to query. |
| scheme | Scheme name to match. |