From: Niels Möller Date: Fri, 15 Mar 2024 20:19:53 +0000 (+0100) Subject: ppc64: Use new gcm-aes assembly in non-fat builds with --enable-power-crypto-ext. X-Git-Tag: nettle_3.10rc1~16^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9348e43a7c3d9782907566e296cafe2d70a44d01;p=thirdparty%2Fnettle.git ppc64: Use new gcm-aes assembly in non-fat builds with --enable-power-crypto-ext. --- diff --git a/configure.ac b/configure.ac index 5669d74a..7ae99f25 100644 --- a/configure.ac +++ b/configure.ac @@ -607,8 +607,8 @@ asm_nettle_optional_list="cpuid.asm cpu-facility.asm \ chacha-2core.asm chacha-3core.asm chacha-4core.asm chacha-core-internal-2.asm \ poly1305-blocks.asm poly1305-internal-2.asm \ ghash-set-key-2.asm ghash-update-2.asm \ - gcm-aes-encrypt-2.asm \ - gcm-aes-decrypt-2.asm \ + gcm-aes-encrypt.asm gcm-aes-encrypt-2.asm \ + gcm-aes-decrypt.asm gcm-aes-decrypt-2.asm\ salsa20-2core.asm salsa20-core-internal-2.asm \ sha1-compress-2.asm sha256-compress-n-2.asm \ sha3-permute-2.asm sha512-compress-2.asm \