summaryrefslogtreecommitdiffstats
path: root/crypto/sha
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-07-24 12:30:26 +0000
committerAndy Polyakov <appro@openssl.org>2005-07-24 12:30:26 +0000
commit612a91110f8682a2be5ffd5dc75b6787bc175fcb (patch)
treedcb063335861b4092fe31c1a4d77d8ff85fe9c8c /crypto/sha
parent2337eb58233a68b3f97cfa18f3d30f7385478f0c (diff)
Engage SHA-256/-512 x86_64 assembler module.
Diffstat (limited to 'crypto/sha')
-rw-r--r--crypto/sha/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/sha/Makefile b/crypto/sha/Makefile
index 3c96519cbd..834f059337 100644
--- a/crypto/sha/Makefile
+++ b/crypto/sha/Makefile
@@ -64,6 +64,10 @@ sha256-ia64.s: asm/sha512-ia64.pl
(cd asm; $(PERL) sha512-ia64.pl ../$@ $(CFLAGS))
sha512-ia64.s: asm/sha512-ia64.pl
(cd asm; $(PERL) sha512-ia64.pl ../$@ $(CFLAGS))
+sha256-x86_64.s: asm/sha512-x86_64.pl
+ $(PERL) asm/sha512-x86_64.pl $@
+sha512-x86_64.s: asm/sha512-x86_64.pl
+ $(PERL) asm/sha512-x86_64.pl $@
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO