[#NCONF_new] = NCONF_new :mrdocs: Allocate a CONF object using configuration method `meth.` == Synopsis Declared in `<openssl/conf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CONF.adoc[CONF]* NCONF_new(xref:CONF_METHOD.adoc[CONF_METHOD]* meth); ---- == Return Value New CONF, or NULL on failure; free with NCONF_free(). == Parameters [cols="1,4"] |=== | Name| Description | *meth* | Method such as NCONF_default(), or NULL for the default method. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#