Deprecate CONF_modules_free() and make it a no-op
[openssl.git] / include / openssl / conf.h
index 24e9dee49fe8d39012f1d0397bc366d829513377..29189d054721d36fa58e3242fc64b62f2389f164 100644 (file)
@@ -186,7 +186,9 @@ int CONF_modules_load_file(const char *filename, const char *appname,
                            unsigned long flags);
 void CONF_modules_unload(int all);
 void CONF_modules_finish(void);
-void CONF_modules_free(void);
+#if OPENSSL_API_COMPAT < 0x10100000L
+# define CONF_modules_free()
+#endif
 int CONF_module_add(const char *name, conf_init_func *ifunc,
                     conf_finish_func *ffunc);