mirror of https://github.com/openssl/openssl.git
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:
parent
a974e64aaa
commit
fbab8badde
|
|
@ -143,7 +143,7 @@ $code=<<___;
|
||||||
.code 32
|
.code 32
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __clang__
|
||||||
#define ldrplb ldrbpl
|
#define ldrplb ldrbpl
|
||||||
#define ldrneb ldrbne
|
#define ldrneb ldrbne
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue