From 342c21cd8bb42b6750abfc49cac26dc288de98c3 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 6 Apr 2016 10:39:00 +0100 Subject: 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 Reviewed-by: Richard Levitte --- engines/e_padlock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/e_padlock.c') diff --git a/engines/e_padlock.c b/engines/e_padlock.c index f474f50ca7..d8f90a7f37 100644 --- a/engines/e_padlock.c +++ b/engines/e_padlock.c @@ -111,8 +111,8 @@ static ENGINE *ENGINE_padlock(void); # endif # ifdef OPENSSL_NO_DYNAMIC_ENGINE -void engine_load_padlock_internal(void); -void engine_load_padlock_internal(void) +void int_engine_load_padlock(void); +void int_engine_load_padlock(void) { /* On non-x86 CPUs it just returns. */ # ifdef COMPILE_HW_PADLOCK -- cgit v1.2.3