From 94be863c9184c1c8fa1d4fab5d6e09a708fe6e41 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niels=20M=C3=B6ller?= Date: Wed, 30 Jun 2021 20:40:14 +0200 Subject: [PATCH] Add sha1 to aarch64 fat tests. --- ChangeLog | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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" -- 2.47.2