[#CONF_set_nconf] = CONF_set_nconf :mrdocs: Attach a legacy LHASH of CONF_VALUE entries as the data store of a CONF object. == Synopsis Declared in `<openssl/conf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void CONF_set_nconf( xref:CONF.adoc[CONF]* conf, xref:lhash_st_CONF_VALUE.adoc[lhash_st_CONF_VALUE]* hash); ---- == Parameters [cols="1,4"] |=== | Name| Description | *conf* | CONF object whose data pointer is replaced. | *hash* | Hash table of configuration values; ownership transfers to `conf.` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#