diff options
author | Bodo Möller <bodo@openssl.org> | 1999-06-09 18:18:53 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 1999-06-09 18:18:53 +0200 |
commit | 7740a1c6ef9cedffc40110ba6f276658247c3d74 (patch) | |
tree | 5a34e501880afc69613fa9ae6379bbf3a4122580 /crypto/rand/Makefile.ssl | |
parent | DES CBC change looks dubious to me. (diff) | |
download | openssl-7740a1c6ef9cedffc40110ba6f276658247c3d74.tar.xz openssl-7740a1c6ef9cedffc40110ba6f276658247c3d74.zip |
"make update" (added to top Makefile, and applied).
Diffstat (limited to 'crypto/rand/Makefile.ssl')
-rw-r--r-- | crypto/rand/Makefile.ssl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/rand/Makefile.ssl b/crypto/rand/Makefile.ssl index 83300b28d5..76bfdfeae5 100644 --- a/crypto/rand/Makefile.ssl +++ b/crypto/rand/Makefile.ssl @@ -79,9 +79,9 @@ clean: # DO NOT DELETE THIS LINE -- make depend depends on it. md_rand.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h -md_rand.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslv.h -md_rand.o: ../../include/openssl/rand.h ../../include/openssl/sha.h -md_rand.o: ../../include/openssl/stack.h +md_rand.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h +md_rand.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.h +md_rand.o: ../../include/openssl/sha.h ../../include/openssl/stack.h rand_lib.o: ../../include/openssl/rand.h randfile.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h -randfile.o: ../../include/openssl/rand.h +randfile.o: ../../include/openssl/opensslconf.h ../../include/openssl/rand.h |