Free configuration values stored in conf without freeing the CONF object itself.
Synopsis
Declared in <openssl/conf.h>
void
NCONF_free_data(CONF* conf);
Description
Unlike NCONF_free(), the CONF shell remains allocated and can be reloaded.
Parameters
Name |
Description |
conf |
Configuration object whose loaded name/value data is released; NULL is ignored. |
Created with MrDocs