From: Niels Möller Date: Sun, 25 Jul 2010 18:28:23 +0000 (+0200) Subject: Use camellia-crypt-internal.asm, if available. X-Git-Tag: nettle_2.1_release_20100725~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d94fa1170e095e5b48ec25fef330407f4223474;p=thirdparty%2Fnettle.git Use camellia-crypt-internal.asm, if available. Rev: nettle/configure.ac:1.20 --- diff --git a/configure.ac b/configure.ac index e4c51e25..4497b8c8 100644 --- a/configure.ac +++ b/configure.ac @@ -212,7 +212,8 @@ if test "x$enable_assembler" = xyes ; then AC_MSG_NOTICE([Looking for assembler files in $asm_path/.]) found=no for tmp_f in aes-encrypt-internal.asm aes-decrypt-internal.asm \ - arcfour-crypt.asm md5-compress.asm sha1-compress.asm machine.m4; do + arcfour-crypt.asm camellia-crypt-internal.asm \ + md5-compress.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