[#NCONF_dump_fp] = NCONF_dump_fp :mrdocs: Write the contents of a CONF object to a FILE in name=value form. == Synopsis Declared in `<openssl/conf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int NCONF_dump_fp( xref:CONF.adoc[CONF] const* conf, FILE* out); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *conf* | Configuration to dump. | *out* | Destination stdio stream. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#