Attach a legacy LHASH of CONF_VALUE entries as the data store of a CONF object.
Synopsis
Declared in <openssl/conf.h>
void
CONF_set_nconf(
CONF* conf,
lhash_st_CONF_VALUE* hash);
Parameters
Name |
Description |
conf |
CONF object whose data pointer is replaced. |
hash |
Hash table of configuration values; ownership transfers to |
Created with MrDocs