summaryrefslogtreecommitdiffstats
path: root/crypto/sha
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2004-11-26 15:12:17 +0000
committerAndy Polyakov <appro@openssl.org>2004-11-26 15:12:17 +0000
commitbc3e7fabe7f93084d8d93f55bebe20057a0b6970 (patch)
tree2c55eac5ababd587ea42cd730a50c751554ebb2c /crypto/sha
parentd675c74d14f9e7f7046ee7b383e41868782ab5bd (diff)
Engage RC4 IA-64 assembler module.
Diffstat (limited to 'crypto/sha')
-rw-r--r--crypto/sha/Makefile.ssl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/sha/Makefile.ssl b/crypto/sha/Makefile.ssl
index b653052bbd..8d85dd442c 100644
--- a/crypto/sha/Makefile.ssl
+++ b/crypto/sha/Makefile.ssl
@@ -65,9 +65,9 @@ s512sse2-out.s: asm/sha512-sse2.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) sha512-sse2.pl a.out $(CFLAGS) $(PROCESSOR) > ../$@)
asm/sha256-ia64.s: asm/sha512-ia64.pl
- (cd asm; $(PERL) sha512-ia64.pl $@ $(CFLAGS))
+ (cd asm; $(PERL) sha512-ia64.pl ../$@ $(CFLAGS))
asm/sha512-ia64.s: asm/sha512-ia64.pl
- (cd asm; $(PERL) sha512-ia64.pl $@ $(CFLAGS))
+ (cd asm; $(PERL) sha512-ia64.pl ../$@ $(CFLAGS))
files:
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO