Rename lots of *_intern or *_internal function to int_*
There was a lot of naming inconsistency, so we try and standardise on one form. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
@@ -51,9 +51,9 @@ struct ossl_init_settings_st {
|
||||
char *config_name;
|
||||
};
|
||||
|
||||
void openssl_config_internal(const char *config_name);
|
||||
void openssl_no_config_internal(void);
|
||||
void conf_modules_free_intern(void);
|
||||
void int_openssl_config(const char *config_name);
|
||||
void int_openssl_no_config(void);
|
||||
void int_conf_modules_free(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user