summaryrefslogtreecommitdiffstats
path: root/crypto/md5
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-07-31 17:07:24 +0000
committerRichard Levitte <levitte@openssl.org>2001-07-31 17:07:24 +0000
commit710e5d5639c8f943d73f49733382c1b787d1abb6 (patch)
tree372bd80def5f48e4103afe7a203e44e0b62a25b4 /crypto/md5
parent6da980e2b56f245ff3c4be277ede0f93c5f174c0 (diff)
make update
Diffstat (limited to 'crypto/md5')
-rw-r--r--crypto/md5/Makefile.ssl5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/md5/Makefile.ssl b/crypto/md5/Makefile.ssl
index ba0e7e9073..fd0d63c339 100644
--- a/crypto/md5/Makefile.ssl
+++ b/crypto/md5/Makefile.ssl
@@ -130,5 +130,6 @@ clean:
# DO NOT DELETE THIS LINE -- make depend depends on it.
md5_dgst.o: ../../include/openssl/md5.h ../../include/openssl/opensslconf.h
-md5_dgst.o: ../../include/openssl/opensslv.h ../md32_common.h md5_locl.h
-md5_one.o: ../../include/openssl/md5.h
+md5_dgst.o: ../../include/openssl/opensslv.h ../md32_common.h md5_dgst.c
+md5_dgst.o: md5_locl.h
+md5_one.o: ../../include/openssl/md5.h md5_one.c