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