From: Niels Möller Date: Thu, 30 Jun 2011 18:52:56 +0000 (+0200) Subject: Link in serpent-decrypt.asm, if found. X-Git-Tag: nettle_2.2_release_20110711~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3234ef0a70545f425aea964814d54cef886334a;p=thirdparty%2Fnettle.git Link in serpent-decrypt.asm, if found. Rev: nettle/configure.ac:1.36 --- 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