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
Name |
Description |
conf |
Configuration created with NCONF_new_ex() or equivalent. |
Created with MrDocs