From 086b64d0d31938e5ae0f166fbb968a74ec982c1b Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 14 Jan 2005 00:16:31 +0000 Subject: [PATCH] make update --- crypto/Makefile | 4 ++-- crypto/comp/Makefile | 1 + crypto/des/Makefile | 2 +- fips/rsa/Makefile | 2 +- fips/sha1/Makefile | 7 ++++--- test/Makefile | 2 +- 6 files changed, 10 insertions(+), 8 deletions(-) diff --git a/crypto/Makefile b/crypto/Makefile index cd21731e17..3739b4d836 100644 --- a/crypto/Makefile +++ b/crypto/Makefile @@ -202,8 +202,8 @@ mem_dbg.o: ../include/openssl/err.h ../include/openssl/lhash.h mem_dbg.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h mem_dbg.o: ../include/openssl/safestack.h ../include/openssl/stack.h mem_dbg.o: ../include/openssl/symhacks.h cryptlib.h mem_dbg.c -o_str.o: ../include/openssl/e_os2.h ../include/openssl/opensslconf.h o_str.c -o_str.o: o_str.h +o_str.o: ../e_os.h ../include/openssl/e_os2.h ../include/openssl/opensslconf.h +o_str.o: o_str.c o_str.h o_time.o: ../include/openssl/e_os2.h ../include/openssl/opensslconf.h o_time.c o_time.o: o_time.h tmdiff.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h diff --git a/crypto/comp/Makefile b/crypto/comp/Makefile index c2aa03d4c7..68109a8013 100644 --- a/crypto/comp/Makefile +++ b/crypto/comp/Makefile @@ -90,6 +90,7 @@ c_rle.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h c_rle.c c_zlib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h c_zlib.o: ../../include/openssl/bn.h ../../include/openssl/comp.h c_zlib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h +c_zlib.o: ../../include/openssl/err.h ../../include/openssl/lhash.h c_zlib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h c_zlib.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h c_zlib.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h diff --git a/crypto/des/Makefile b/crypto/des/Makefile index 655f2ea1a8..d61188154b 100644 --- a/crypto/des/Makefile +++ b/crypto/des/Makefile @@ -168,7 +168,7 @@ des_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h des_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h des_enc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h des_enc.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h -des_enc.o: ../../include/openssl/ui_compat.h des_enc.c des_locl.h ncbc_enc.c +des_enc.o: ../../include/openssl/ui_compat.h des_enc.c des_locl.h des_old.o: ../../include/openssl/crypto.h ../../include/openssl/des.h des_old.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h des_old.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h diff --git a/fips/rsa/Makefile b/fips/rsa/Makefile index 7e4d6293f1..bb20f86442 100644 --- a/fips/rsa/Makefile +++ b/fips/rsa/Makefile @@ -107,5 +107,5 @@ fips_rsa_selftest.o: ../../include/openssl/opensslv.h fips_rsa_selftest.o: ../../include/openssl/ossl_typ.h fips_rsa_selftest.o: ../../include/openssl/rsa.h fips_rsa_selftest.o: ../../include/openssl/safestack.h -fips_rsa_selftest.o: ../../include/openssl/stack.h +fips_rsa_selftest.o: ../../include/openssl/sha.h ../../include/openssl/stack.h fips_rsa_selftest.o: ../../include/openssl/symhacks.h fips_rsa_selftest.c diff --git a/fips/sha1/Makefile b/fips/sha1/Makefile index e5e4251643..2ea1634c81 100644 --- a/fips/sha1/Makefile +++ b/fips/sha1/Makefile @@ -116,9 +116,10 @@ fips_sha1dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/fips.h fips_sha1dgst.o: ../../include/openssl/opensslconf.h fips_sha1dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/sha.h fips_sha1dgst.o: fips_md32_common.h fips_sha1dgst.c fips_sha_locl.h -fips_sha1test.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h -fips_sha1test.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h -fips_sha1test.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h +fips_sha1test.o: ../../e_os.h ../../include/openssl/bio.h +fips_sha1test.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h +fips_sha1test.o: ../../include/openssl/err.h ../../include/openssl/fips.h +fips_sha1test.o: ../../include/openssl/lhash.h fips_sha1test.o: ../../include/openssl/opensslconf.h fips_sha1test.o: ../../include/openssl/opensslv.h fips_sha1test.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h diff --git a/test/Makefile b/test/Makefile index 6f5190f7e1..2000413273 100644 --- a/test/Makefile +++ b/test/Makefile @@ -757,7 +757,7 @@ fips_randtest.o: ../include/openssl/ossl_typ.h ../include/openssl/rand.h fips_randtest.o: ../include/openssl/safestack.h ../include/openssl/stack.h fips_randtest.o: ../include/openssl/symhacks.h ../include/openssl/ui.h fips_randtest.o: ../include/openssl/ui_compat.h fips_randtest.c -fips_sha1test.o: ../include/openssl/bio.h ../include/openssl/crypto.h +fips_sha1test.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/crypto.h fips_sha1test.o: ../include/openssl/e_os2.h ../include/openssl/err.h fips_sha1test.o: ../include/openssl/fips.h ../include/openssl/lhash.h fips_sha1test.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h -- 2.25.1