Allocate a CONF object associated with a library context.
New CONF, or NULL on allocation failure; free with NCONF_free().
| Name | Description |
|---|---|
| libctx | Library context used for subsequent CONF/module operations, or NULL for the default. |
| meth | Configuration method (typically NCONF_default()), or NULL for the default method. |