NCONF_dump_fp

Write the contents of a CONF object to a FILE in name=value form.

Synopsis

Declared in <openssl/conf.h>

int
NCONF_dump_fp(
    CONF const* conf,
    FILE* out);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
confConfiguration to dump.
outDestination stdio stream.