CONF_dump_fp

Dump a legacy CONF LHASH to a FILE in a human-readable form.

Synopsis

Declared in <openssl/conf.h>

int
CONF_dump_fp(
    lhash_st_CONF_VALUE* conf,
    FILE* out);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
confConfiguration hash to print.
outOutput stream.