diff options
author | levitte <levitte> | 2001-07-31 17:06:19 +0000 |
---|---|---|
committer | levitte <levitte> | 2001-07-31 17:06:19 +0000 |
commit | 8184788485f9d8f01623fc6184dbd968fba78201 (patch) | |
tree | df38dbae32a81cbfe5ed3c886774b7fc2796547a /crypto/ripemd | |
parent | 3a372c94bfea019cfa6e867fc3b4c74242ee9712 (diff) | |
download | openssl-8184788485f9d8f01623fc6184dbd968fba78201.tar.gz |
make update
Diffstat (limited to 'crypto/ripemd')
-rw-r--r-- | crypto/ripemd/Makefile.ssl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/ripemd/Makefile.ssl b/crypto/ripemd/Makefile.ssl index 96eeb6e25..eb819e64f 100644 --- a/crypto/ripemd/Makefile.ssl +++ b/crypto/ripemd/Makefile.ssl @@ -105,6 +105,6 @@ 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_locl.h rmdconst.h +rmd_dgst.o: ../md32_common.h rmd_dgst.c rmd_locl.h rmdconst.h rmd_one.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h -rmd_one.o: ../../include/openssl/ripemd.h +rmd_one.o: ../../include/openssl/ripemd.h rmd_one.c |