From: Andy Polyakov Date: Tue, 10 Nov 2015 20:40:51 +0000 (+0100) Subject: modes/asm/ghash-armv4.pl: extend Apple fix to all clang cases. X-Git-Tag: OpenSSL_1_1_0-pre1~289 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fbab8baddef8d3346ae40ff068871e2ddaf10270;p=oweals%2Fopenssl.git modes/asm/ghash-armv4.pl: extend Apple fix to all clang cases. Triggered by RT#3989. Reviewed-by: Matt Caswell --- diff --git a/crypto/modes/asm/ghash-armv4.pl b/crypto/modes/asm/ghash-armv4.pl index 1506e5b203..245ac921d2 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