]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Add sha1 to aarch64 fat tests.
authorNiels Möller <nisse@lysator.liu.se>
Wed, 30 Jun 2021 18:40:14 +0000 (20:40 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 30 Jun 2021 18:40:14 +0000 (20:40 +0200)
ChangeLog
configure.ac

index d20d0f94aed600b05e23ffbfd3c07807a1821ea6..bc6b41682f3160f9452baf25de72f9f21c18940c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2021-06-30  Niels Möller  <nisse@lysator.liu.se>
 
+       * 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.
index 026ae99da9a88fc20ac58b00e3a336dd3142fed1..62b751f9350d878670837e24d8236568ff18d3a6 100644 (file)
@@ -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"