Free a legacy CONF LHASH and all contained CONF_VALUE entries.

Synopsis

Declared in <openssl/conf.h>

void
CONF_free(lhash_st_CONF_VALUE* conf);

Parameters

Name

Description

conf

Hash to free, or NULL.

Created with MrDocs