[#CONF_dump_fp] = CONF_dump_fp :mrdocs: Dump a legacy CONF LHASH to a FILE in a human‐readable form. == Synopsis Declared in `<openssl/conf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int CONF_dump_fp( xref:lhash_st_CONF_VALUE.adoc[lhash_st_CONF_VALUE]* conf, FILE* out); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *conf* | Configuration hash to print. | *out* | Output stream. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#