]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - engines/e_padlock.c
Fix some warnings caused by __owur. Temporarily (I hope) remove the more
[thirdparty/openssl.git] / engines / e_padlock.c
index a19f1735360388c7ea5b10dc9915d3b2abe5d486..eaee67ecbfd090be9f52a44cac88548cec1ab3e8 100644 (file)
  
 #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(__INTEL__)) && !defined(__MACH__)
 #  define COMPILE_HW_PADLOCK
 #  ifdef OPENSSL_NO_DYNAMIC_ENGINE
 static ENGINE *ENGINE_padlock (void);