summaryrefslogtreecommitdiffstats
path: root/crypto/aes/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-08-23 20:53:34 +0000
committerAndy Polyakov <appro@openssl.org>2011-08-23 20:53:34 +0000
commit84e7485bfb22847d43e85e02b4d9e5e393fa34ec (patch)
treed5d8b9145f781a774de8e114b8e702caf9569311 /crypto/aes/Makefile
parentf56f72f2191ce94bd94b5000b9308c24c1ec9b3b (diff)
Add RC4-MD5 and AESNI-SHA1 "stitched" implementations [from HEAD].
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 5012b947a4..91d8a19336 100644
--- a/crypto/aes/Makefile
+++ b/crypto/aes/Makefile
@@ -57,6 +57,8 @@ aes-x86_64.s: asm/aes-x86_64.pl
$(PERL) asm/aes-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
+ $(PERL) asm/aesni-sha1-x86_64.pl $(PERLASM_SCHEME) > $@
aes-sparcv9.s: asm/aes-sparcv9.pl
$(PERL) asm/aes-sparcv9.pl $(CFLAGS) > $@