From 765116f01074d37b6917fd667570a8a09b7b26a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Fri, 6 Feb 2004 13:11:57 +0100 Subject: [PATCH] Use assembler file sha1-compress.asm if available. Rev: src/nettle/configure.ac:1.30 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3a87e64c..1e7d0cc9 100644 --- a/configure.ac +++ b/configure.ac @@ -75,7 +75,7 @@ if test "x$enable_assembler" = xyes ; then AC_MSG_NOTICE([Looking for assembler files in $asm_path/.]) found=no for tmp_f in aes.asm aes-encrypt.asm aes-decrypt.asm \ - arcfour-crypt.asm machine.m4; do + arcfour-crypt.asm sha1-compress.asm machine.m4; do # echo "Looking for $srcdir/$asm_path/$tmp_f" if test -f "$srcdir/$asm_path/$tmp_f"; then # echo found -- GitLab