NCONF_free_data

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

NameDescription
confConfiguration object whose loaded name/value data is released; NULL is ignored.