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:
Matt Caswell
2016-04-06 10:39:00 +01:00
parent 5eb8f71204
commit 342c21cd8b
37 changed files with 114 additions and 114 deletions

View File

@@ -55,5 +55,5 @@
*
*/
void err_load_crypto_strings_intern(void);
void err_free_strings_intern(void);
void int_err_load_crypto_strings(void);
void int_err_free_strings(void);