From: Niels Möller Date: Fri, 12 Apr 2013 10:11:21 +0000 (+0200) Subject: Prepare configure.ac for umac assembly routines. X-Git-Tag: nettle_2.7_release_20130424~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cf056ee475a075ea38e1e035dab1ea757f35d90;p=thirdparty%2Fnettle.git Prepare configure.ac for umac assembly routines. --- diff --git a/ChangeLog b/ChangeLog index 5c2718cb..86f75f11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2013-04-12 Niels Möller + * configure.ac (asm_replace_list): Added umac-nh.asm and + umac-nh-n.asm. + * testsuite/umac-test.c: Test different alignments for the message. diff --git a/configure.ac b/configure.ac index 554b26b0..dd0bdc43 100644 --- a/configure.ac +++ b/configure.ac @@ -250,7 +250,7 @@ asm_replace_list="aes-encrypt-internal.asm aes-decrypt-internal.asm \ salsa20-crypt.asm salsa20-core-internal.asm \ serpent-encrypt.asm serpent-decrypt.asm \ sha1-compress.asm sha256-compress.asm sha512-compress.asm \ - sha3-permute.asm machine.m4" + sha3-permute.asm umac-nh.asm umac-nh-n.asm machine.m4" # Assembler files which generate additional object files if they are used. asm_optional_list=""