Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-11-16 20:49:54 +0300
committerAdam Langley <agl@google.com>2015-11-17 02:11:19 +0300
commit780cd92b98eface541ac700cffcfde80c2ef3eb9 (patch)
tree7762edeeba1518f3355fac58d060e7b9b0880f21 /crypto/modes
parentf9c77dedfa8dc7f2f06ffc955959ee2e2a5d1a77 (diff)
modes/asm/ghash-armv4.pl: extend Apple fix to all clang cases.
Triggered by RT#3989. (Imported from upstream's fbab8baddef8d3346ae40ff068871e2ddaf10270. This doesn't seem to affect us, but avoid getting out of sync.) Change-Id: I164e2a72e4b75e286ceaa03745ed9bcbf6c3e32e Reviewed-on: https://boringssl-review.googlesource.com/6512 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'crypto/modes')
-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 df33be5e..d3288223 100644
--- a/crypto/modes/asm/ghash-armv4.pl
+++ b/crypto/modes/asm/ghash-armv4.pl
@@ -140,7 +140,7 @@ $code=<<___;
.text
.code 32
-#ifdef __APPLE__
+#ifdef __clang__
#define ldrplb ldrbpl
#define ldrneb ldrbne
#endif