]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
arm64: Add sha2 to aarch64 fat tests. arm64-sha1
authorNiels Möller <nisse@lysator.liu.se>
Thu, 8 Jul 2021 20:51:15 +0000 (22:51 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 8 Jul 2021 20:51:15 +0000 (22:51 +0200)
ChangeLog
configure.ac

index 2969039ea24abf5772048bb4573b5d359aedc335..7bd8e625adbe5522c7cf5ab93f16c2c3f76469a1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2021-07-08  Niels Möller  <nisse@lysator.liu.se>
 
+       * 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.
index 62b751f9350d878670837e24d8236568ff18d3a6..14c75e84790edf42fda04f822c8e08d3e8ad3cb0 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 sha1"
+          FAT_TEST_LIST="none pmull sha1 sha2"
         else
           if test "$enable_arm64_crypto" = yes ; then
             asm_path="arm64/crypto $asm_path"