modes/asm/ghash-armv4.pl: extend Apple fix to all clang cases.

Triggered by RT#3989.

Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
Andy Polyakov 2015-11-10 21:40:51 +01:00
parent a974e64aaa
commit fbab8badde

View File

@ -143,7 +143,7 @@ $code=<<___;
.code 32
#endif
#ifdef __APPLE__
#ifdef __clang__
#define ldrplb ldrbpl
#define ldrneb ldrbne
#endif