NCONF_get0_libctx

Return the library context associated with a CONF object.

Synopsis

Declared in <openssl/conf.h>

OSSL_LIB_CTX*
NCONF_get0_libctx(CONF const* conf);

Return Value

The OSSL_LIB_CTX stored on conf, or NULL for the default context.

Parameters

NameDescription
confConfiguration created with NCONF_new_ex() or equivalent.