summaryrefslogtreecommitdiffstats
path: root/crypto/modes/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2010-09-05 19:49:54 +0000
committerAndy Polyakov <appro@openssl.org>2010-09-05 19:49:54 +0000
commita3b0c44b1b4803b6d31b6c68af6da9986c67a55a (patch)
treedf380b0ee6b53427c9cd5a079fcb803240c61e20 /crypto/modes/Makefile
parent4b2603e46ca98be6036ca2ebf83f31e793047ed9 (diff)
ghash-ia64.pl: 50% performance improvement of gcm_ghash_4bit.
Diffstat (limited to 'crypto/modes/Makefile')
-rw-r--r--crypto/modes/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/modes/Makefile b/crypto/modes/Makefile
index 69496cf533..1680520434 100644
--- a/crypto/modes/Makefile
+++ b/crypto/modes/Makefile
@@ -43,7 +43,7 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-aes-ia64.s: asm/ghash-ia64.pl
+ghash-ia64.s: asm/ghash-ia64.pl
$(PERL) asm/ghash-ia64.pl $@ $(CFLAGS)
ghash-x86.s: asm/ghash-x86.pl
$(PERL) asm/ghash-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@