summaryrefslogtreecommitdiffstats
path: root/crypto/bn/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-07-20 21:49:46 +0000
committerAndy Polyakov <appro@openssl.org>2011-07-20 21:49:46 +0000
commitbe9a8cc2aff1f0add0434e6a70407f31476320cb (patch)
tree50783872af71a979394e8e99ab357172176c93ba /crypto/bn/Makefile
parentdafce90ae5b8f41cd13b85b4201cdfedc0a6a11d (diff)
Add RSAX builtin engine. It optimizes RSA1024 sign benchmark.
Diffstat (limited to 'crypto/bn/Makefile')
-rw-r--r--crypto/bn/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile
index 55583759c1..4ae6af5060 100644
--- a/crypto/bn/Makefile
+++ b/crypto/bn/Makefile
@@ -100,6 +100,8 @@ x86_64-mont.s: asm/x86_64-mont.pl
$(PERL) asm/x86_64-mont.pl $(PERLASM_SCHEME) > $@
x86_64-gf2m.s: asm/x86_64-gf2m.pl
$(PERL) asm/x86_64-gf2m.pl $(PERLASM_SCHEME) > $@
+modexp512-x86_64.s: asm/modexp512-x86_64.pl
+ $(PERL) asm/modexp512-x86_64.pl $(PERLASM_SCHEME) > $@
bn-ia64.s: asm/ia64.S
$(CC) $(CFLAGS) -E asm/ia64.S > $@