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
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
#ifdef __clang__
|
||||
#define ldrplb ldrbpl
|
||||
#define ldrneb ldrbne
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue