[openssl-commits] [openssl] master update
Andy Polyakov
appro at openssl.org
Wed Nov 11 21:10:10 UTC 2015
The branch master has been updated
via fbab8baddef8d3346ae40ff068871e2ddaf10270 (commit)
from a974e64aaaa8a6f99f55a68d28c07c04ecea2f50 (commit)
- Log -----------------------------------------------------------------
commit fbab8baddef8d3346ae40ff068871e2ddaf10270
Author: Andy Polyakov <appro at openssl.org>
Date: Tue Nov 10 21:40:51 2015 +0100
modes/asm/ghash-armv4.pl: extend Apple fix to all clang cases.
Triggered by RT#3989.
Reviewed-by: Matt Caswell <matt at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
crypto/modes/asm/ghash-armv4.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the openssl-commits
mailing list