[#NCONF_load_fp] = NCONF_load_fp :mrdocs: Load configuration name/value pairs from an open FILE. == Synopsis Declared in `<openssl/conf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int NCONF_load_fp( xref:CONF.adoc[CONF]* conf, FILE* fp, long* eline); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *conf* | Destination configuration object. | *fp* | Input stream positioned at the start of the config text. | *eline* | Optional output for the line number of a parse error, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#