Return the provider that implements a fetched store loader (borrowed).
Declared in <openssl/store.h>
OSSL_PROVIDER const*
OSSL_STORE_LOADER_get0_provider(OSSL_STORE_LOADER const* loader);
Internal OSSL_PROVIDER pointer, or NULL if unavailable; do not free.
| Name | Description |
|---|---|
| loader | Loader to query. |