Return the default filesystem search path for loading providers (borrowed).
Declared in <openssl/provider.h>
char const*
OSSL_PROVIDER_get0_default_search_path(OSSL_LIB_CTX* libctx);
Internal NUL-terminated path string, or NULL if unset; do not free.
| Name | Description |
|---|---|
| libctx | Library context to query, or NULL for the default. |