diff options
Diffstat (limited to 'crypto/ripemd/Makefile')
-rw-r--r-- | crypto/ripemd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ripemd/Makefile b/crypto/ripemd/Makefile index a5aea85b49..af4824e67a 100644 --- a/crypto/ripemd/Makefile +++ b/crypto/ripemd/Makefile @@ -68,7 +68,7 @@ clean: rmd_dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h rmd_dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/ripemd.h -rmd_dgst.o: ../md32_common.h rmd_dgst.c rmd_locl.h rmdconst.h +rmd_dgst.o: ../include/internal/md32_common.h rmd_dgst.c rmd_locl.h rmdconst.h rmd_one.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h rmd_one.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h rmd_one.o: ../../include/openssl/ossl_typ.h ../../include/openssl/ripemd.h |