summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2012-12-30 08:10:29 +0100
committerNiels Möller <nisse@lysator.liu.se>2012-12-30 08:10:29 +0100
commitaec8a13dd982ab6b2d312668cbe56ee0df1783ad (patch)
tree44a6c5c4ae0150dcfad7eda84a896bac8e756173 /configure.ac
parentd7522caffb5dd4cbbd680fcc0a3e4195f8d7637e (diff)
downloadnettle-aec8a13dd982ab6b2d312668cbe56ee0df1783ad.tar.gz
Disabled use of sha3-permute.asm
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 737febbd..5fc2a5ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -245,7 +245,7 @@ if test "x$enable_assembler" = xyes ; then
md5-compress.asm memxor.asm \
salsa20-crypt.asm salsa20-core-internal.asm \
serpent-encrypt.asm serpent-decrypt.asm \
- sha1-compress.asm sha3-permute.asm machine.m4; do
+ 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