Allocate a CONF object using configuration method meth.
Synopsis
Declared in <openssl/conf.h>
CONF*
NCONF_new(CONF_METHOD* meth);
Return Value
New CONF, or NULL on failure; free with NCONF_free().
Parameters
Name |
Description |
meth |
Method such as NCONF_default(), or NULL for the default method. |
Created with MrDocs