From: Niels Möller Date: Wed, 30 Jun 2021 18:40:14 +0000 (+0200) Subject: Add sha1 to aarch64 fat tests. X-Git-Tag: nettle_3.8_release_20220602~113^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94be863c9184c1c8fa1d4fab5d6e09a708fe6e41;p=thirdparty%2Fnettle.git Add sha1 to aarch64 fat tests. --- diff --git a/ChangeLog b/ChangeLog index d20d0f94..bc6b4168 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2021-06-30 Niels Möller + * configure.ac (FAT_TEST_LIST): Add sha1 to aarch64 fat tests. + From Mamone Tarsha: * fat-arm64.c: Add setup for nettle_sha1_compress. * arm64/fat/sha1-compress-2.asm: New file. diff --git a/configure.ac b/configure.ac index 026ae99d..62b751f9 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" + FAT_TEST_LIST="none pmull sha1" else if test "$enable_arm64_crypto" = yes ; then asm_path="arm64/crypto $asm_path"