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:
@@ -67,4 +67,4 @@ struct bio_method_st {
|
||||
long (*callback_ctrl) (BIO *, int, bio_info_cb *);
|
||||
};
|
||||
|
||||
void bio_sock_cleanup_intern(void);
|
||||
void int_bio_sock_cleanup(void);
|
||||
|
||||
Reference in New Issue
Block a user