From: Richard Levitte Date: Tue, 26 Oct 2004 12:17:25 +0000 (+0000) Subject: fips/dh was missing in mkfiles.pl. X-Git-Tag: BEN_FIPS_TEST_6~66 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=871080b94b88ea1b76243fb591a20165d75f0cf1;p=oweals%2Fopenssl.git fips/dh was missing in mkfiles.pl. make update --- diff --git a/crypto/sha/Makefile b/crypto/sha/Makefile index 2cf0e68f32..087e38be47 100644 --- a/crypto/sha/Makefile +++ b/crypto/sha/Makefile @@ -101,14 +101,8 @@ sha1_one.o: ../../include/openssl/opensslconf.h sha1_one.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h sha1_one.o: ../../include/openssl/sha.h ../../include/openssl/stack.h sha1_one.o: ../../include/openssl/symhacks.h sha1_one.c -sha1dgst.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h -sha1dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h -sha1dgst.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h sha1dgst.o: ../../include/openssl/opensslconf.h -sha1dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h -sha1dgst.o: ../../include/openssl/sha.h ../../include/openssl/stack.h -sha1dgst.o: ../../include/openssl/symhacks.h ../md32_common.h sha1dgst.c -sha1dgst.o: sha_locl.h +sha1dgst.o: ../../include/openssl/opensslv.h sha1dgst.c sha_dgst.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h sha_dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h sha_dgst.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h diff --git a/fips/Makefile b/fips/Makefile index a03d19d760..df19c03774 100644 --- a/fips/Makefile +++ b/fips/Makefile @@ -193,4 +193,10 @@ fips.o: ../include/openssl/safestack.h ../include/openssl/sha.h fips.o: ../include/openssl/stack.h ../include/openssl/symhacks.h fips.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h fips.c fips.o: fips_locl.h -fips_err_wrapper.o: ../include/openssl/opensslconf.h fips_err_wrapper.c +fips_err_wrapper.o: ../include/openssl/bio.h ../include/openssl/crypto.h +fips_err_wrapper.o: ../include/openssl/e_os2.h ../include/openssl/err.h +fips_err_wrapper.o: ../include/openssl/fips.h ../include/openssl/lhash.h +fips_err_wrapper.o: ../include/openssl/opensslconf.h +fips_err_wrapper.o: ../include/openssl/opensslv.h +fips_err_wrapper.o: ../include/openssl/safestack.h ../include/openssl/stack.h +fips_err_wrapper.o: ../include/openssl/symhacks.h fips_err.h fips_err_wrapper.c diff --git a/fips/sha1/Makefile b/fips/sha1/Makefile index 4099e5e670..4a35a6fc3a 100644 --- a/fips/sha1/Makefile +++ b/fips/sha1/Makefile @@ -114,8 +114,10 @@ fips_sha1_selftest.o: ../../include/openssl/opensslv.h fips_sha1_selftest.o: ../../include/openssl/safestack.h fips_sha1_selftest.o: ../../include/openssl/sha.h ../../include/openssl/stack.h fips_sha1_selftest.o: ../../include/openssl/symhacks.h fips_sha1_selftest.c +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 fips_sha1dgst.c +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 diff --git a/util/mkfiles.pl b/util/mkfiles.pl index a6ecada484..7ac4ce577d 100755 --- a/util/mkfiles.pl +++ b/util/mkfiles.pl @@ -56,6 +56,7 @@ my @dirs = ( "fips/dh", "fips/des", "fips/dsa", +"fips/dh", "fips/rand", "fips/rsa", "fips/sha1",