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:
@@ -420,6 +420,6 @@ struct evp_pkey_st {
|
||||
} /* EVP_PKEY */ ;
|
||||
|
||||
|
||||
void openssl_add_all_ciphers_internal(void);
|
||||
void openssl_add_all_digests_internal(void);
|
||||
void evp_cleanup_intern(void);
|
||||
void int_openssl_add_all_ciphers(void);
|
||||
void int_openssl_add_all_digests(void);
|
||||
void int_evp_cleanup(void);
|
||||
|
||||
Reference in New Issue
Block a user