diff -Naur openssl-0.9.8e-orig/crypto/engine/eng_padlock.c openssl-0.9.8e/crypto/engine/eng_padlock.c --- openssl-0.9.8e-orig/crypto/engine/eng_padlock.c 2006-10-20 06:56:31.000000000 +1000 +++ openssl-0.9.8e/crypto/engine/eng_padlock.c 2007-04-19 14:22:17.789903768 +1000 @@ -103,8 +103,8 @@ #if !defined(I386_ONLY) && !defined(OPENSSL_NO_INLINE_ASM) # if (defined(__GNUC__) && (defined(__i386__) || defined(__i386))) || \ (defined(_MSC_VER) && defined(_M_IX86)) -# define COMPILE_HW_PADLOCK -static ENGINE *ENGINE_padlock (void); +/*# define COMPILE_HW_PADLOCK +static ENGINE *ENGINE_padlock (void);*/ # endif #endif