[#OSSL_PROVIDER_set_default_search_path] = OSSL_PROVIDER_set_default_search_path :mrdocs: Set the default filesystem search path used when loading providers. == Synopsis Declared in `<openssl/provider.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_PROVIDER_set_default_search_path( xref:OSSL_LIB_CTX.adoc[OSSL_LIB_CTX]* libctx, char const* path); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *libctx* | Library context whose provider search path is updated, or NULL for the default. | *path* | Directory path searched for provider modules. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#