summaryrefslogtreecommitdiffstats
path: root/crypto/aes/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-10-17 17:10:54 +0000
committerAndy Polyakov <appro@openssl.org>2011-10-17 17:10:54 +0000
commit993adc0531cca2df70a2b663b0fcc78e3a977154 (patch)
treec84ffdc21b1d8eafe82f2c591bfbd44accc88232 /crypto/aes/Makefile
parentbc1b04d255eb31ba3cf80a82d98adbfbbadf621f (diff)
Engage bsaes-x86_64.pl, bit-sliced AES.
Diffstat (limited to 'crypto/aes/Makefile')
-rw-r--r--crypto/aes/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/aes/Makefile b/crypto/aes/Makefile
index 78d5984140..86e97f335e 100644
--- a/crypto/aes/Makefile
+++ b/crypto/aes/Makefile
@@ -59,6 +59,8 @@ aes-x86_64.s: asm/aes-x86_64.pl
$(PERL) asm/aes-x86_64.pl $(PERLASM_SCHEME) > $@
vpaes-x86_64.s: asm/vpaes-x86_64.pl
$(PERL) asm/vpaes-x86_64.pl $(PERLASM_SCHEME) > $@
+bsaes-x86_64.s: asm/bsaes-x86_64.pl
+ $(PERL) asm/bsaes-x86_64.pl $(PERLASM_SCHEME) > $@
aesni-x86_64.s: asm/aesni-x86_64.pl
$(PERL) asm/aesni-x86_64.pl $(PERLASM_SCHEME) > $@
aesni-sha1-x86_64.s: asm/aesni-sha1-x86_64.pl