[#NCONF_load] = NCONF_load :mrdocs: Load configuration values from a file into a CONF object. == Synopsis Declared in `<openssl/conf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int NCONF_load( xref:CONF.adoc[CONF]* conf, char const* file, long* eline); ---- == Return Value 1 on success, or 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *conf* | Destination configuration object. | *file* | Path of the configuration file to read. | *eline* | Optional output set to the line number where a parse error occurred. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#