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

Name

Description

conf

Configuration hash to print.

out

Output stream.

Created with MrDocs