From: Niels Möller Date: Thu, 8 Jul 2021 20:51:15 +0000 (+0200) Subject: arm64: Add sha2 to aarch64 fat tests. X-Git-Tag: nettle_3.8_release_20220602~113^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f9d4c4b4d3b22022f3e5ce12f60f38f8494dbd3;p=thirdparty%2Fnettle.git arm64: Add sha2 to aarch64 fat tests. --- diff --git a/ChangeLog b/ChangeLog index 2969039e..7bd8e625 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2021-07-08 Niels Möller + * configure.ac (FAT_TEST_LIST): Add sha2 to aarch64 fat tests. + From Mamone Tarsha: * arm64/fat/sha256-compress-2.asm: New file. * arm64/crypto/sha256-compress.asm: New file. diff --git a/configure.ac b/configure.ac index 62b751f9..14c75e84 100644 --- a/configure.ac +++ b/configure.ac @@ -480,7 +480,7 @@ if test "x$enable_assembler" = xyes ; then if test "x$enable_fat" = xyes ; then asm_path="arm64/fat $asm_path" OPT_NETTLE_SOURCES="fat-arm64.c $OPT_NETTLE_SOURCES" - FAT_TEST_LIST="none pmull sha1" + FAT_TEST_LIST="none pmull sha1 sha2" else if test "$enable_arm64_crypto" = yes ; then asm_path="arm64/crypto $asm_path"