[#NCONF_free] = NCONF_free :mrdocs: Free a CONF object and its contained values. == Synopsis Declared in `<openssl/conf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void NCONF_free(xref:CONF.adoc[CONF]* conf); ---- == Parameters [cols="1,4"] |=== | Name| Description | *conf* | Configuration to free, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#