aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/md5/Makefile.ssl
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-01-30 17:53:00 +0000
committerBen Laurie <ben@openssl.org>1999-01-30 17:53:00 +0000
commita96e7810e29747976f55defa2788cbe24e595352 (patch)
treeb420980a2661eb9f4cc93609f0e7dcc7aabc7bc9 /crypto/md5/Makefile.ssl
parent679ab7c39e1c011870a2f6f6092460dbe693600f (diff)
downloadopenssl-a96e7810e29747976f55defa2788cbe24e595352.tar.gz
Squeeze a bit more speed out of MD5 assembler.
Diffstat (limited to 'crypto/md5/Makefile.ssl')
-rw-r--r--crypto/md5/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md5/Makefile.ssl b/crypto/md5/Makefile.ssl
index bd72cab8a9..5cdf227c9f 100644
--- a/crypto/md5/Makefile.ssl
+++ b/crypto/md5/Makefile.ssl
@@ -61,7 +61,7 @@ asm/mx86-out.o: asm/mx86unix.cpp
asm/mx86bsdi.o: asm/mx86unix.cpp
$(CPP) -DBSDI asm/mx86unix.cpp | sed 's/ :/:/' | as -o asm/mx86bsdi.o
-asm/mx86unix.cpp:
+asm/mx86unix.cpp: asm/md5-586.pl
(cd asm; perl md5-586.pl cpp >mx86unix.cpp)
files: