Engage SHA-256/-512 x86_64 assembler module.
[openssl.git] / crypto / sha / Makefile
index 3c96519cbdf28b9d1e1aca33e128e1969308d311..834f05933743271365d76fd723f81aad6a617c71 100644 (file)
@@ -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