modes/asm/ghash-armv4.pl: extend Apple fix to all clang cases.
authorAndy Polyakov <appro@openssl.org>
Tue, 10 Nov 2015 20:40:51 +0000 (21:40 +0100)
committerAndy Polyakov <appro@openssl.org>
Wed, 11 Nov 2015 21:09:18 +0000 (22:09 +0100)
Triggered by RT#3989.

Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/modes/asm/ghash-armv4.pl

index 1506e5b203fbe38fae72e80152515f378e94f262..245ac921d298cbbbd219354b39f7c8fd3d84e6a6 100644 (file)
@@ -143,7 +143,7 @@ $code=<<___;
 .code  32
 #endif
 
-#ifdef  __APPLE__
+#ifdef  __clang__
 #define ldrplb  ldrbpl
 #define ldrneb  ldrbne
 #endif