diff options
author | Bodo Möller <bodo@openssl.org> | 2005-05-16 02:27:37 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2005-05-16 02:27:37 +0200 |
commit | 10cde5010d737b6343bbd061d5cd9ba95d4775d0 (patch) | |
tree | 6f93abd6281736464e1f7583b8ac28ce427750d1 /crypto/ripemd | |
parent | Make Makefile.shared quiet again. (diff) | |
download | openssl-10cde5010d737b6343bbd061d5cd9ba95d4775d0.tar.xz openssl-10cde5010d737b6343bbd061d5cd9ba95d4775d0.zip |
make update
Diffstat (limited to 'crypto/ripemd')
-rw-r--r-- | crypto/ripemd/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/crypto/ripemd/Makefile b/crypto/ripemd/Makefile index 9c11dac097..5fd499ec77 100644 --- a/crypto/ripemd/Makefile +++ b/crypto/ripemd/Makefile @@ -90,11 +90,4 @@ clean: # DO NOT DELETE THIS LINE -- make depend depends on it. -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_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 -rmd_one.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h -rmd_one.o: ../../include/openssl/symhacks.h rmd_one.c +rmd_one.o: rmd_one.c |