aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2015-11-10 21:40:51 +0100
committerAndy Polyakov <appro@openssl.org>2015-11-11 22:09:18 +0100
commitfbab8baddef8d3346ae40ff068871e2ddaf10270 (patch)
tree69f8996e9e06c0bcaebf1cc6a5c812e31223e4f2
parenta974e64aaaa8a6f99f55a68d28c07c04ecea2f50 (diff)
downloadopenssl-fbab8baddef8d3346ae40ff068871e2ddaf10270.zip
openssl-fbab8baddef8d3346ae40ff068871e2ddaf10270.tar.gz
openssl-fbab8baddef8d3346ae40ff068871e2ddaf10270.tar.bz2
modes/asm/ghash-armv4.pl: extend Apple fix to all clang cases.
Triggered by RT#3989. Reviewed-by: Matt Caswell <matt@openssl.org>
-rw-r--r--crypto/modes/asm/ghash-armv4.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/modes/asm/ghash-armv4.pl b/crypto/modes/asm/ghash-armv4.pl
index 1506e5b..245ac92 100644
--- a/crypto/modes/asm/ghash-armv4.pl
+++ b/crypto/modes/asm/ghash-armv4.pl
@@ -143,7 +143,7 @@ $code=<<___;
.code 32
#endif
-#ifdef __APPLE__
+#ifdef __clang__
#define ldrplb ldrbpl
#define ldrneb ldrbne
#endif