]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix gcc 6.3 builds of aarch64 BSAES
authorTom Cosgrove <tom.cosgrove@arm.com>
Fri, 15 Apr 2022 17:43:49 +0000 (18:43 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 21 Apr 2022 08:37:00 +0000 (10:37 +0200)
commit5adddcd96255112ff04b350d661518302159e7e2
treef80ae975ca189469ed860867c6eccb1b263c4ffb
parent45a3c592b94b66cab72e5bffbaf9d810c3fb29c0
Fix gcc 6.3 builds of aarch64 BSAES

gcc6.3 doesn't seem to support the register aliases fp and lr for x29 and x30,
so use the x names.

Fixes #18114

Change-Id: I077edda42af4c7cdb7b24f28ac82d1603f550108

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18127)
crypto/aes/asm/bsaes-armv8.pl