]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove further uses of __ARMEL__ in AArch64 assembly
authorBen Avison <bavison@riscosopen.org>
Tue, 29 Mar 2022 13:33:13 +0000 (14:33 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 30 Mar 2022 15:13:56 +0000 (17:13 +0200)
commit2bd5cde57e748d6ff21ed26cb448835f86b86ea1
tree0b8d742d51dc0a041c9a4769e70e88beb8a2dcfa
parentdb44b55aaa42141921217183667800425227b658
Remove further uses of __ARMEL__ in AArch64 assembly

The sweep of the source tree in #17373 missed the BSAES assembly due its
PR #14592 having been temporarily backed out at the time.

This constitutes a partial fix for #17958 - covers cases except when
configured with -DOPENSSL_AES_CONST_TIME.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17988)
crypto/aes/asm/bsaes-armv8.pl