[#OSSL_PROVIDER_available] = OSSL_PROVIDER_available :mrdocs: Report whether a named provider is available in a library context. == Synopsis Declared in `<openssl/provider.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_PROVIDER_available( xref:OSSL_LIB_CTX.adoc[OSSL_LIB_CTX]* ctx, char const* name); ---- == Return Value 1 if the provider is available (loaded or loadable as configured), or 0 otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Library context to query, or NULL for the default. | *name* | Provider name to look up. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#