Dump a legacy CONF LHASH to a FILE in a human-readable form.
Declared in <openssl/conf.h>
int
CONF_dump_fp(
lhash_st_CONF_VALUE* conf,
FILE* out);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| conf | Configuration hash to print. |
| out | Output stream. |