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.
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"