NCONF_free

Free a CONF object and its contained values.

Synopsis

Declared in <openssl/conf.h>

void
NCONF_free(CONF* conf);

Parameters

NameDescription
confConfiguration to free, or NULL.