Branch: refs/heads/master Home: https://github.openssl.org/openssl/openssl Commit: 5adddcd96255112ff04b350d661518302159e7e2 https://github.openssl.org/openssl/openssl/commit/5adddcd96255112ff04b350d661518302159e7e2 Author: Tom Cosgrove <tom.cosgr...@arm.com> Date: 2022-04-21 (Thu, 21 Apr 2022)
Changed paths: M crypto/aes/asm/bsaes-armv8.pl Log Message: ----------- 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.lon...@oracle.com> Reviewed-by: Tomas Mraz <to...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18127)