summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2021-06-30 20:40:14 +0200
committerNiels Möller <nisse@lysator.liu.se>2021-06-30 20:40:14 +0200
commit94be863c9184c1c8fa1d4fab5d6e09a708fe6e41 (patch)
treef63d17e24080e725b14a337979303a7f12ae6b92 /configure.ac
parent6c89ed3c7fe4a584b59a07971535249131134a18 (diff)
downloadnettle-94be863c9184c1c8fa1d4fab5d6e09a708fe6e41.tar.gz
Add sha1 to aarch64 fat tests.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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"