From a3234ef0a70545f425aea964814d54cef886334a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Thu, 30 Jun 2011 20:52:56 +0200 Subject: [PATCH] Link in serpent-decrypt.asm, if found. Rev: nettle/configure.ac:1.36 --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1beb4b19..1f09964d 100644 --- a/configure.ac +++ b/configure.ac @@ -231,7 +231,8 @@ if test "x$enable_assembler" = xyes ; then found=no for tmp_f in aes-encrypt-internal.asm aes-decrypt-internal.asm \ arcfour-crypt.asm camellia-crypt-internal.asm \ - md5-compress.asm memxor.asm serpent-encrypt.asm \ + md5-compress.asm memxor.asm \ + serpent-encrypt.asm serpent-decrypt.asm \ sha1-compress.asm machine.m4; do # echo "Looking for $srcdir/$asm_path/$tmp_f" if test -f "$srcdir/$asm_path/$tmp_f"; then -- GitLab