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