Deprecate CONF_modules_free() and make it a no-op
[openssl.git] / include / internal / conf.h
index 3bd6069a59fbf3ac73aec8a80e84b6290091f246..e21f22f9d07a25966387590eb6ce11d4b47e660f 100644 (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
 }