X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=engines%2Fe_padlock.c;h=c71eeb5a66b0eb097eb2cf63930b668151514e38;hb=abf840e4f71c3a8795428c213fd37ece2a910443;hp=eaee67ecbfd090be9f52a44cac88548cec1ab3e8;hpb=ae551760917614647ad6fbacec6e4c1b495a94cf;p=oweals%2Fopenssl.git diff --git a/engines/e_padlock.c b/engines/e_padlock.c index eaee67ecbf..c71eeb5a66 100644 --- a/engines/e_padlock.c +++ b/engines/e_padlock.c @@ -100,10 +100,10 @@ #undef COMPILE_HW_PADLOCK #if !defined(I386_ONLY) && !defined(OPENSSL_NO_ASM) -# if (defined(__i386__) || defined(__i386) || \ +# if defined(__i386__) || defined(__i386) || \ defined(__x86_64__) || defined(__x86_64) || \ defined(_M_IX86) || defined(_M_AMD64) || defined(_M_X64) || \ - defined(__INTEL__)) && !defined(__MACH__) + defined(__INTEL__) # define COMPILE_HW_PADLOCK # ifdef OPENSSL_NO_DYNAMIC_ENGINE static ENGINE *ENGINE_padlock (void);