Free a CONF object and its contained values.

Synopsis

Declared in <openssl/conf.h>

void
NCONF_free(CONF* conf);

Parameters

Name

Description

conf

Configuration to free, or NULL.

Created with MrDocs