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:
@@ -1908,7 +1908,7 @@ static void cmeth_free(SSL_COMP *cm)
|
||||
OPENSSL_free(cm);
|
||||
}
|
||||
|
||||
void ssl_comp_free_compression_methods_intern(void)
|
||||
void int_ssl_comp_free_compression_methods(void)
|
||||
{
|
||||
STACK_OF(SSL_COMP) *old_meths = ssl_comp_methods;
|
||||
ssl_comp_methods = NULL;
|
||||
|
Reference in New Issue
Block a user