Rename lots of *_intern or *_internal function to int_*
[openssl.git] / engines / e_padlock.c
index f474f50ca715b085a433dbfc10696e972ce05363..d8f90a7f3730a67c83f4648a3e95c1a1530087ce 100644 (file)
@@ -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