summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2013-11-21 23:04:09 +0100
committerNiels Möller <nisse@lysator.liu.se>2013-11-21 23:04:09 +0100
commit2cd7a85468fc3202c8a1e18f64712a0f00fd5636 (patch)
tree2709655865762c82d5816537c3d6c1c7d28e7a4d /configure.ac
parentfb19e5ef680248830b201468161cca1facf1d175 (diff)
downloadnettle-2cd7a85468fc3202c8a1e18f64712a0f00fd5636.tar.gz
x86_64 assembly for poly1305.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 037fbe97..fa2ab866 100644
--- a/configure.ac
+++ b/configure.ac
@@ -259,7 +259,7 @@ fi
# to a new object file).
asm_replace_list="aes-encrypt-internal.asm aes-decrypt-internal.asm \
arcfour-crypt.asm camellia-crypt-internal.asm \
- md5-compress.asm memxor.asm \
+ md5-compress.asm memxor.asm poly1305-internal.asm \
salsa20-crypt.asm salsa20-core-internal.asm \
serpent-encrypt.asm serpent-decrypt.asm \
sha1-compress.asm sha256-compress.asm sha512-compress.asm \