From: Niels Möller Date: Fri, 6 Feb 2004 12:11:57 +0000 (+0100) Subject: Use assembler file sha1-compress.asm if available. X-Git-Tag: nettle_1.9_release_20040207~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=765116f01074d37b6917fd667570a8a09b7b26a9;p=thirdparty%2Fnettle.git Use assembler file sha1-compress.asm if available. Rev: src/nettle/configure.ac:1.30 --- 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