fix warnings on 32 bit builds
[openssl.git] / engines / e_padlock.c
index e5eecee55430bae77e5bea2917fa81ecda093c77..00732edb981b8aa8fcb90cc2aa60d6115270722d 100644 (file)
@@ -112,8 +112,8 @@ static ENGINE *ENGINE_padlock(void);
 #  endif
 
 #  ifdef OPENSSL_NO_DYNAMIC_ENGINE
-
-void ENGINE_load_padlock(void)
+void engine_load_padlock_internal(void);
+void engine_load_padlock_internal(void)
 {
 /* On non-x86 CPUs it just returns. */
 #   ifdef COMPILE_HW_PADLOCK