diff options
author | Ben Laurie <ben@openssl.org> | 1999-01-20 00:25:22 +0100 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 1999-01-20 00:25:22 +0100 |
commit | 6f93539970fe8c07f7f68f7b2370f79abf78dcbb (patch) | |
tree | 7a99b6a9eeff05c8f1b3e7735ff32b4d1df340e5 /crypto/md5 | |
parent | Finally lay dependencies to rest (I hope!). (diff) | |
download | openssl-6f93539970fe8c07f7f68f7b2370f79abf78dcbb.tar.xz openssl-6f93539970fe8c07f7f68f7b2370f79abf78dcbb.zip |
This time, get it right.
Diffstat (limited to 'crypto/md5')
-rw-r--r-- | crypto/md5/Makefile.ssl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/md5/Makefile.ssl b/crypto/md5/Makefile.ssl index 5245823521..bd72cab8a9 100644 --- a/crypto/md5/Makefile.ssl +++ b/crypto/md5/Makefile.ssl @@ -103,4 +103,5 @@ errors: # DO NOT DELETE THIS LINE -- make depend depends on it. -md5_dgst.o: md5.h md5_locl.h md5.h md5_locl.h +md5_dgst.o: md5.h md5_locl.h +md5_one.o: md5.h md5_locl.h |