Deprecate CONF_modules_free() and make it a no-op

CONF_modules_free() should not be called expicitly - we should leave
auto-deinit to clean this up instead.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Matt Caswell
2016-04-04 17:00:04 +01:00
parent 6d4fb1d59e
commit cbf6959fe8
6 changed files with 25 additions and 15 deletions

View File

@@ -53,6 +53,7 @@ struct ossl_init_settings_st {
void openssl_config_internal(const char *config_name);
void openssl_no_config_internal(void);
void conf_modules_free_intern(void);
#ifdef __cplusplus
}