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
Name |
Description |
conf |
Configuration to dump. |
out |
Destination stdio stream. |
Created with MrDocs