Dump a legacy CONF hash table to a BIO in name=value form.
Synopsis
Declared in <openssl/conf.h>
int
CONF_dump_bio(
lhash_st_CONF_VALUE* conf,
BIO* out);
Return Value
1 on success, or 0 on failure.
Parameters
Name |
Description |
conf |
LHASH of CONF_VALUE entries to print. |
out |
Destination BIO. |
Created with MrDocs