Rename lots of *_intern or *_internal function to int_*
[openssl.git] / crypto / conf / conf_mod.c
index 99f552ce61f60c0bce318e1580612d678f7bd770..101d1f1e75dea6289b97d9c137c6a492c7f07a4f 100644 (file)
@@ -460,7 +460,7 @@ int CONF_module_add(const char *name, conf_init_func *ifunc,
         return 0;
 }
 
-void conf_modules_free_intern(void)
+void int_conf_modules_free(void)
 {
     CONF_modules_finish();
     CONF_modules_unload(1);