Deprecate CONF_modules_free() and make it a no-op
[openssl.git] / crypto / conf / conf_mod.c
index d78396bbdfeab9b0349743feebb4e7302f04b0c8..99f552ce61f60c0bce318e1580612d678f7bd770 100644 (file)
@@ -60,8 +60,8 @@
 #include <ctype.h>
 #include <openssl/crypto.h>
 #include "internal/cryptlib.h"
-#include <openssl/conf.h>
-#include <openssl/dso.h>
+#include "internal/conf.h"
+#include "internal/dso.h"
 #include <openssl/x509.h>
 
 #define DSO_mod_init_name "OPENSSL_init"
@@ -460,7 +460,7 @@ int CONF_module_add(const char *name, conf_init_func *ifunc,
         return 0;
 }
 
-void CONF_modules_free(void)
+void conf_modules_free_intern(void)
 {
     CONF_modules_finish();
     CONF_modules_unload(1);