[#NCONF_get0_libctx] = NCONF_get0_libctx :mrdocs: Return the library context associated with a CONF object. == Synopsis Declared in `<openssl/conf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OSSL_LIB_CTX.adoc[OSSL_LIB_CTX]* NCONF_get0_libctx(xref:CONF.adoc[CONF] const* conf); ---- == Return Value The OSSL_LIB_CTX stored on `conf,` or NULL for the default context. == Parameters [cols="1,4"] |=== | Name| Description | *conf* | Configuration created with NCONF_new_ex() or equivalent. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#