[#NCONF_dump_bio] = NCONF_dump_bio :mrdocs: Dump a CONF structure's sections and name/value pairs to a BIO. == Synopsis Declared in `<openssl/conf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int NCONF_dump_bio( xref:CONF.adoc[CONF] const* conf, xref:BIO.adoc[BIO]* out); ---- == Return Value 1 on success, or 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *conf* | Configuration to print. | *out* | BIO that receives the textual dump. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#