summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d20d0f94..bc6b4168 100644
--- 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.
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"