HP Open Source Security for OpenVMS Volume 2: HP SSL for OpenVMS > CRYPTO Application
Programming Interface (API) ReferenceCONF_modules_free
NAMECONF_modules_free, CONF_modules_load, CONF_modules_unload — OpenSSL configuration cleanup functions Synopsis#include <openssl/conf.h> DESCRIPTIONCONF_modules_free() closes down and frees up all memory allocated by all configuration modules. CONF_modules_finish() calls each configuration modules finish handler to free up any configuration that module may have performed. CONF_modules_unload() finishes and unloads configuration modules. If all is set to 0 only modules loaded from DSOs will be unloads. If all is 1 all modules, including builtin modules will be unloaded. |