]> git.ipfire.org Git - thirdparty/openssl.git/commit
require GNU assembler 2.30 or higher to build aesni-xtx-avx512.pl
authorsashan <anedvedicky@gmail.com>
Mon, 17 Mar 2025 09:23:19 +0000 (10:23 +0100)
committerPauli <ppzgs1@gmail.com>
Tue, 18 Mar 2025 21:03:50 +0000 (08:03 +1100)
commit108079fcbbde3bfd2966312ea6bd1912bc23673b
treed9cce2eff29fc06799b37711568d46a70003e5cf
parent2d50cb660cdf1802a9c3e4b5fc5366a85e2158b4
require GNU assembler 2.30 or higher to build aesni-xtx-avx512.pl

The peralsm in aesni-xts-avx512 currently checks for GNU assembler 2.26
or higher. According to reporters it looks like we need 2.30.

This PR just attempts fix version check so people with older
tool chains can  build OpenSSL.

Fixes #27049

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/27078)
crypto/aes/asm/aesni-xts-avx512.pl