From 9f9d4c4b4d3b22022f3e5ce12f60f38f8494dbd3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niels=20M=C3=B6ller?= Date: Thu, 8 Jul 2021 22:51:15 +0200 Subject: [PATCH] arm64: Add sha2 to aarch64 fat tests. --- ChangeLog | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2969039e..7bd8e625 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2021-07-08 Niels Möller + * 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. diff --git a/configure.ac b/configure.ac index 62b751f9..14c75e84 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 sha1" + FAT_TEST_LIST="none pmull sha1 sha2" else if test "$enable_arm64_crypto" = yes ; then asm_path="arm64/crypto $asm_path" -- 2.47.2