Return the library context associated with a CONF object.
Declared in <openssl/conf.h>
<openssl/conf.h>
OSSL_LIB_CTX* NCONF_get0_libctx(CONF const* conf);
The OSSL_LIB_CTX stored on conf, or NULL for the default context.
conf,