Skip to content
Snippets Groups Projects
Commit 765116f0 authored by Niels Möller's avatar Niels Möller
Browse files

Use assembler file sha1-compress.asm if available.

Rev: src/nettle/configure.ac:1.30
parent e46a380e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment