diff options
author | Richard Levitte <levitte@openssl.org> | 2015-05-14 17:38:31 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2015-05-14 17:38:31 +0200 |
commit | a3aadb2d9c85bc958a428a17ef5d6c9de5ef87b8 (patch) | |
tree | f1d5fea279a0b03ca076a2e8dc16b8717651cf0e /crypto/md5 | |
parent | Add -Iinclude to crypto/ compiles (diff) | |
download | openssl-a3aadb2d9c85bc958a428a17ef5d6c9de5ef87b8.tar.xz openssl-a3aadb2d9c85bc958a428a17ef5d6c9de5ef87b8.zip |
make depend
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/md5')
-rw-r--r-- | crypto/md5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/md5/Makefile b/crypto/md5/Makefile index 79a14bd034..7dd700f6a0 100644 --- a/crypto/md5/Makefile +++ b/crypto/md5/Makefile @@ -78,8 +78,8 @@ clean: md5_dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/md5.h md5_dgst.o: ../../include/openssl/opensslconf.h -md5_dgst.o: ../../include/openssl/opensslv.h ../md32_common.h md5_dgst.c -md5_dgst.o: md5_locl.h +md5_dgst.o: ../../include/openssl/opensslv.h ../include/internal/md32_common.h +md5_dgst.o: md5_dgst.c md5_locl.h md5_one.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h md5_one.o: ../../include/openssl/md5.h ../../include/openssl/opensslconf.h md5_one.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |