]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
ppc64: Use new gcm-aes assembly in non-fat builds with --enable-power-crypto-ext.
authorNiels Möller <nisse@lysator.liu.se>
Fri, 15 Mar 2024 20:19:53 +0000 (21:19 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 13 Apr 2024 07:59:16 +0000 (09:59 +0200)
configure.ac

index 5669d74aa0f1ff8d1ab489612823f9d545916e47..7ae99f25b2ea2f1c2cc03325a67efeef56e8bbbe 100644 (file)
@@ -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 \