From 3f1ebb8f42d3c5cc8d0b3767f6920914b5fed57c Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 29 Sep 2011 23:17:59 +0000 Subject: [PATCH] make depend --- fips/Makefile | 40 ++++++++++++------- fips/aes/Makefile | 22 ++++++----- fips/cmac/Makefile | 13 ++++--- fips/des/Makefile | 12 +++--- fips/dh/Makefile | 10 +++-- fips/dsa/Makefile | 34 ++++++++-------- fips/ecdh/Makefile | 30 ++++++++++---- fips/ecdsa/Makefile | 14 +++---- fips/hmac/Makefile | 14 ++++--- fips/rand/Makefile | 95 ++++++++++++++++++++++++++------------------- fips/rsa/Makefile | 36 +++++++++-------- fips/sha/Makefile | 8 ++-- 12 files changed, 197 insertions(+), 131 deletions(-) diff --git a/fips/Makefile b/fips/Makefile index ff296230c1..1371102722 100644 --- a/fips/Makefile +++ b/fips/Makefile @@ -219,17 +219,29 @@ dclean: # DO NOT DELETE THIS LINE -- make depend depends on it. -fips.o: ../include/openssl/asn1.h ../include/openssl/bio.h -fips.o: ../include/openssl/crypto.h ../include/openssl/des.h -fips.o: ../include/openssl/des_old.h ../include/openssl/dsa.h -fips.o: ../include/openssl/e_os2.h ../include/openssl/ec.h -fips.o: ../include/openssl/ecdsa.h ../include/openssl/err.h -fips.o: ../include/openssl/evp.h ../include/openssl/fips.h -fips.o: ../include/openssl/fips_rand.h ../include/openssl/hmac.h -fips.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h -fips.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h -fips.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h -fips.o: ../include/openssl/rand.h ../include/openssl/rsa.h -fips.o: ../include/openssl/safestack.h ../include/openssl/stack.h -fips.o: ../include/openssl/symhacks.h ../include/openssl/ui.h -fips.o: ../include/openssl/ui_compat.h fips.c fips_locl.h +fips.o: ../include/openssl/aes.h ../include/openssl/asn1.h +fips.o: ../include/openssl/bio.h ../include/openssl/crypto.h +fips.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h +fips.o: ../include/openssl/ec.h ../include/openssl/ecdsa.h +fips.o: ../include/openssl/err.h ../include/openssl/evp.h +fips.o: ../include/openssl/fips.h ../include/openssl/fips_rand.h +fips.o: ../include/openssl/hmac.h ../include/openssl/lhash.h +fips.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h +fips.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h +fips.o: ../include/openssl/ossl_typ.h ../include/openssl/rand.h +fips.o: ../include/openssl/rsa.h ../include/openssl/safestack.h +fips.o: ../include/openssl/stack.h ../include/openssl/symhacks.h fips.c +fips.o: fips_locl.h +fips_post.o: ../include/openssl/aes.h ../include/openssl/asn1.h +fips_post.o: ../include/openssl/bio.h ../include/openssl/crypto.h +fips_post.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h +fips_post.o: ../include/openssl/ec.h ../include/openssl/ecdsa.h +fips_post.o: ../include/openssl/err.h ../include/openssl/evp.h +fips_post.o: ../include/openssl/fips.h ../include/openssl/fips_rand.h +fips_post.o: ../include/openssl/hmac.h ../include/openssl/lhash.h +fips_post.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h +fips_post.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h +fips_post.o: ../include/openssl/ossl_typ.h ../include/openssl/rand.h +fips_post.o: ../include/openssl/rsa.h ../include/openssl/safestack.h +fips_post.o: ../include/openssl/stack.h ../include/openssl/symhacks.h +fips_post.o: fips_locl.h fips_post.c diff --git a/fips/aes/Makefile b/fips/aes/Makefile index c8696b1bf2..b9702c587d 100644 --- a/fips/aes/Makefile +++ b/fips/aes/Makefile @@ -96,24 +96,28 @@ fips_aes_selftest.o: ../../include/openssl/opensslv.h fips_aes_selftest.o: ../../include/openssl/ossl_typ.h fips_aes_selftest.o: ../../include/openssl/safestack.h fips_aes_selftest.o: ../../include/openssl/stack.h -fips_aes_selftest.o: ../../include/openssl/symhacks.h fips_aes_selftest.c +fips_aes_selftest.o: ../../include/openssl/symhacks.h ../fips_locl.h +fips_aes_selftest.o: fips_aes_selftest.c fips_aesavs.o: ../../e_os.h ../../include/openssl/aes.h fips_aesavs.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h fips_aesavs.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h -fips_aesavs.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h -fips_aesavs.o: ../../include/openssl/evp.h ../../include/openssl/fips.h -fips_aesavs.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h -fips_aesavs.o: ../../include/openssl/objects.h +fips_aesavs.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h +fips_aesavs.o: ../../include/openssl/err.h ../../include/openssl/evp.h +fips_aesavs.o: ../../include/openssl/fips.h ../../include/openssl/fips_rand.h +fips_aesavs.o: ../../include/openssl/hmac.h ../../include/openssl/lhash.h +fips_aesavs.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h fips_aesavs.o: ../../include/openssl/opensslconf.h fips_aesavs.o: ../../include/openssl/opensslv.h fips_aesavs.o: ../../include/openssl/ossl_typ.h fips_aesavs.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h fips_aesavs.o: ../../include/openssl/symhacks.h ../fips_utl.h fips_aesavs.c -fips_gcmtest.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h -fips_gcmtest.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h -fips_gcmtest.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h +fips_gcmtest.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h +fips_gcmtest.o: ../../include/openssl/bio.h ../../include/openssl/bn.h +fips_gcmtest.o: ../../include/openssl/crypto.h ../../include/openssl/dsa.h +fips_gcmtest.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h fips_gcmtest.o: ../../include/openssl/err.h ../../include/openssl/evp.h -fips_gcmtest.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h +fips_gcmtest.o: ../../include/openssl/fips.h ../../include/openssl/fips_rand.h +fips_gcmtest.o: ../../include/openssl/hmac.h ../../include/openssl/lhash.h fips_gcmtest.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h fips_gcmtest.o: ../../include/openssl/opensslconf.h fips_gcmtest.o: ../../include/openssl/opensslv.h diff --git a/fips/cmac/Makefile b/fips/cmac/Makefile index 1404c672ba..fcbb8d28d6 100644 --- a/fips/cmac/Makefile +++ b/fips/cmac/Makefile @@ -96,12 +96,15 @@ fips_cmac_selftest.o: ../../include/openssl/opensslv.h fips_cmac_selftest.o: ../../include/openssl/ossl_typ.h fips_cmac_selftest.o: ../../include/openssl/safestack.h fips_cmac_selftest.o: ../../include/openssl/stack.h -fips_cmac_selftest.o: ../../include/openssl/symhacks.h fips_cmac_selftest.c -fips_cmactest.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h -fips_cmactest.o: ../../include/openssl/bn.h ../../include/openssl/cmac.h -fips_cmactest.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h +fips_cmac_selftest.o: ../../include/openssl/symhacks.h ../fips_locl.h +fips_cmac_selftest.o: fips_cmac_selftest.c +fips_cmactest.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h +fips_cmactest.o: ../../include/openssl/bio.h ../../include/openssl/bn.h +fips_cmactest.o: ../../include/openssl/cmac.h ../../include/openssl/crypto.h +fips_cmactest.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h fips_cmactest.o: ../../include/openssl/err.h ../../include/openssl/evp.h -fips_cmactest.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h +fips_cmactest.o: ../../include/openssl/fips.h ../../include/openssl/fips_rand.h +fips_cmactest.o: ../../include/openssl/hmac.h ../../include/openssl/lhash.h fips_cmactest.o: ../../include/openssl/obj_mac.h fips_cmactest.o: ../../include/openssl/objects.h fips_cmactest.o: ../../include/openssl/opensslconf.h diff --git a/fips/des/Makefile b/fips/des/Makefile index ba1d0952b9..4ea4e64b16 100644 --- a/fips/des/Makefile +++ b/fips/des/Makefile @@ -96,12 +96,14 @@ fips_des_selftest.o: ../../include/openssl/ossl_typ.h fips_des_selftest.o: ../../include/openssl/safestack.h fips_des_selftest.o: ../../include/openssl/stack.h fips_des_selftest.o: ../../include/openssl/symhacks.h fips_des_selftest.c -fips_desmovs.o: ../../e_os.h ../../include/openssl/asn1.h -fips_desmovs.o: ../../include/openssl/bio.h ../../include/openssl/bn.h -fips_desmovs.o: ../../include/openssl/crypto.h ../../include/openssl/des.h -fips_desmovs.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h +fips_desmovs.o: ../../e_os.h ../../include/openssl/aes.h +fips_desmovs.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h +fips_desmovs.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h +fips_desmovs.o: ../../include/openssl/des.h ../../include/openssl/des_old.h +fips_desmovs.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h fips_desmovs.o: ../../include/openssl/err.h ../../include/openssl/evp.h -fips_desmovs.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h +fips_desmovs.o: ../../include/openssl/fips.h ../../include/openssl/fips_rand.h +fips_desmovs.o: ../../include/openssl/hmac.h ../../include/openssl/lhash.h fips_desmovs.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h fips_desmovs.o: ../../include/openssl/opensslconf.h fips_desmovs.o: ../../include/openssl/opensslv.h diff --git a/fips/dh/Makefile b/fips/dh/Makefile index c9e19457af..5707621426 100644 --- a/fips/dh/Makefile +++ b/fips/dh/Makefile @@ -85,11 +85,13 @@ fips_dh_lib.o: ../../include/openssl/opensslv.h fips_dh_lib.o: ../../include/openssl/ossl_typ.h fips_dh_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h fips_dh_lib.o: ../../include/openssl/symhacks.h fips_dh_lib.c -fips_dhvs.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h -fips_dhvs.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h -fips_dhvs.o: ../../include/openssl/dh.h ../../include/openssl/e_os2.h +fips_dhvs.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h +fips_dhvs.o: ../../include/openssl/bio.h ../../include/openssl/bn.h +fips_dhvs.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h +fips_dhvs.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h fips_dhvs.o: ../../include/openssl/err.h ../../include/openssl/evp.h -fips_dhvs.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h +fips_dhvs.o: ../../include/openssl/fips.h ../../include/openssl/fips_rand.h +fips_dhvs.o: ../../include/openssl/hmac.h ../../include/openssl/lhash.h fips_dhvs.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h fips_dhvs.o: ../../include/openssl/opensslconf.h fips_dhvs.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h diff --git a/fips/dsa/Makefile b/fips/dsa/Makefile index 6a04e313be..03245cab75 100644 --- a/fips/dsa/Makefile +++ b/fips/dsa/Makefile @@ -107,13 +107,13 @@ fips_dsa_selftest.o: ../../include/openssl/opensslv.h fips_dsa_selftest.o: ../../include/openssl/ossl_typ.h fips_dsa_selftest.o: ../../include/openssl/safestack.h fips_dsa_selftest.o: ../../include/openssl/stack.h -fips_dsa_selftest.o: ../../include/openssl/symhacks.h fips_dsa_selftest.c +fips_dsa_selftest.o: ../../include/openssl/symhacks.h ../fips_locl.h +fips_dsa_selftest.o: fips_dsa_selftest.c fips_dsa_sign.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h fips_dsa_sign.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h fips_dsa_sign.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h fips_dsa_sign.o: ../../include/openssl/err.h ../../include/openssl/evp.h -fips_dsa_sign.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h -fips_dsa_sign.o: ../../include/openssl/obj_mac.h +fips_dsa_sign.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h fips_dsa_sign.o: ../../include/openssl/objects.h fips_dsa_sign.o: ../../include/openssl/opensslconf.h fips_dsa_sign.o: ../../include/openssl/opensslv.h @@ -121,25 +121,27 @@ fips_dsa_sign.o: ../../include/openssl/ossl_typ.h fips_dsa_sign.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h fips_dsa_sign.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h fips_dsa_sign.o: fips_dsa_sign.c -fips_dsatest.o: ../../e_os.h ../../include/openssl/asn1.h -fips_dsatest.o: ../../include/openssl/bio.h ../../include/openssl/bn.h -fips_dsatest.o: ../../include/openssl/crypto.h ../../include/openssl/des.h -fips_dsatest.o: ../../include/openssl/des_old.h ../../include/openssl/dsa.h -fips_dsatest.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h +fips_dsatest.o: ../../e_os.h ../../include/openssl/aes.h +fips_dsatest.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h +fips_dsatest.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h +fips_dsatest.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h +fips_dsatest.o: ../../include/openssl/ec.h ../../include/openssl/err.h fips_dsatest.o: ../../include/openssl/evp.h ../../include/openssl/fips.h -fips_dsatest.o: ../../include/openssl/fips_rand.h ../../include/openssl/lhash.h -fips_dsatest.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h +fips_dsatest.o: ../../include/openssl/fips_rand.h ../../include/openssl/hmac.h +fips_dsatest.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h +fips_dsatest.o: ../../include/openssl/objects.h fips_dsatest.o: ../../include/openssl/opensslconf.h fips_dsatest.o: ../../include/openssl/opensslv.h fips_dsatest.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h fips_dsatest.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h -fips_dsatest.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h -fips_dsatest.o: ../../include/openssl/ui_compat.h ../fips_utl.h fips_dsatest.c -fips_dssvs.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h -fips_dssvs.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h -fips_dssvs.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h +fips_dsatest.o: ../../include/openssl/symhacks.h ../fips_utl.h fips_dsatest.c +fips_dssvs.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h +fips_dssvs.o: ../../include/openssl/bio.h ../../include/openssl/bn.h +fips_dssvs.o: ../../include/openssl/crypto.h ../../include/openssl/dsa.h +fips_dssvs.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h fips_dssvs.o: ../../include/openssl/err.h ../../include/openssl/evp.h -fips_dssvs.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h +fips_dssvs.o: ../../include/openssl/fips.h ../../include/openssl/fips_rand.h +fips_dssvs.o: ../../include/openssl/hmac.h ../../include/openssl/lhash.h fips_dssvs.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h fips_dssvs.o: ../../include/openssl/opensslconf.h fips_dssvs.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h diff --git a/fips/ecdh/Makefile b/fips/ecdh/Makefile index 2605e4a6a1..9debc25f47 100644 --- a/fips/ecdh/Makefile +++ b/fips/ecdh/Makefile @@ -76,13 +76,29 @@ clean: rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff # DO NOT DELETE THIS LINE -- make depend depends on it. -fips_ecdhvs.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h -fips_ecdhvs.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h -fips_ecdhvs.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h -fips_ecdhvs.o: ../../include/openssl/ecdh.h ../../include/openssl/err.h -fips_ecdhvs.o: ../../include/openssl/evp.h ../../include/openssl/fips.h -fips_ecdhvs.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h -fips_ecdhvs.o: ../../include/openssl/objects.h +fips_ecdh_selftest.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h +fips_ecdh_selftest.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h +fips_ecdh_selftest.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h +fips_ecdh_selftest.o: ../../include/openssl/ecdh.h ../../include/openssl/err.h +fips_ecdh_selftest.o: ../../include/openssl/evp.h ../../include/openssl/fips.h +fips_ecdh_selftest.o: ../../include/openssl/lhash.h +fips_ecdh_selftest.o: ../../include/openssl/obj_mac.h +fips_ecdh_selftest.o: ../../include/openssl/objects.h +fips_ecdh_selftest.o: ../../include/openssl/opensslconf.h +fips_ecdh_selftest.o: ../../include/openssl/opensslv.h +fips_ecdh_selftest.o: ../../include/openssl/ossl_typ.h +fips_ecdh_selftest.o: ../../include/openssl/safestack.h +fips_ecdh_selftest.o: ../../include/openssl/stack.h +fips_ecdh_selftest.o: ../../include/openssl/symhacks.h ../fips_locl.h +fips_ecdh_selftest.o: fips_ecdh_selftest.c +fips_ecdhvs.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h +fips_ecdhvs.o: ../../include/openssl/bio.h ../../include/openssl/bn.h +fips_ecdhvs.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h +fips_ecdhvs.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h +fips_ecdhvs.o: ../../include/openssl/err.h ../../include/openssl/evp.h +fips_ecdhvs.o: ../../include/openssl/fips.h ../../include/openssl/fips_rand.h +fips_ecdhvs.o: ../../include/openssl/hmac.h ../../include/openssl/lhash.h +fips_ecdhvs.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h fips_ecdhvs.o: ../../include/openssl/opensslconf.h fips_ecdhvs.o: ../../include/openssl/opensslv.h fips_ecdhvs.o: ../../include/openssl/ossl_typ.h diff --git a/fips/ecdsa/Makefile b/fips/ecdsa/Makefile index fcb41d051c..b8a02c9d0c 100644 --- a/fips/ecdsa/Makefile +++ b/fips/ecdsa/Makefile @@ -106,8 +106,7 @@ fips_ecdsa_sign.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h fips_ecdsa_sign.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h fips_ecdsa_sign.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h fips_ecdsa_sign.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h -fips_ecdsa_sign.o: ../../include/openssl/evp.h ../../include/openssl/fips.h -fips_ecdsa_sign.o: ../../include/openssl/lhash.h +fips_ecdsa_sign.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h fips_ecdsa_sign.o: ../../include/openssl/obj_mac.h fips_ecdsa_sign.o: ../../include/openssl/objects.h fips_ecdsa_sign.o: ../../include/openssl/opensslconf.h @@ -116,11 +115,12 @@ fips_ecdsa_sign.o: ../../include/openssl/ossl_typ.h fips_ecdsa_sign.o: ../../include/openssl/safestack.h fips_ecdsa_sign.o: ../../include/openssl/sha.h ../../include/openssl/stack.h fips_ecdsa_sign.o: ../../include/openssl/symhacks.h fips_ecdsa_sign.c -fips_ecdsavs.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h -fips_ecdsavs.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h -fips_ecdsavs.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h -fips_ecdsavs.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h -fips_ecdsavs.o: ../../include/openssl/evp.h ../../include/openssl/fips.h +fips_ecdsavs.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h +fips_ecdsavs.o: ../../include/openssl/bio.h ../../include/openssl/bn.h +fips_ecdsavs.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h +fips_ecdsavs.o: ../../include/openssl/ec.h ../../include/openssl/ecdsa.h +fips_ecdsavs.o: ../../include/openssl/err.h ../../include/openssl/evp.h +fips_ecdsavs.o: ../../include/openssl/fips_rand.h ../../include/openssl/hmac.h fips_ecdsavs.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h fips_ecdsavs.o: ../../include/openssl/objects.h fips_ecdsavs.o: ../../include/openssl/opensslconf.h diff --git a/fips/hmac/Makefile b/fips/hmac/Makefile index b0e644da9f..5a6ca87944 100644 --- a/fips/hmac/Makefile +++ b/fips/hmac/Makefile @@ -95,13 +95,15 @@ fips_hmac_selftest.o: ../../include/openssl/opensslv.h fips_hmac_selftest.o: ../../include/openssl/ossl_typ.h fips_hmac_selftest.o: ../../include/openssl/safestack.h fips_hmac_selftest.o: ../../include/openssl/stack.h -fips_hmac_selftest.o: ../../include/openssl/symhacks.h fips_hmac_selftest.c -fips_hmactest.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h -fips_hmactest.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h -fips_hmactest.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h +fips_hmac_selftest.o: ../../include/openssl/symhacks.h ../fips_locl.h +fips_hmac_selftest.o: fips_hmac_selftest.c +fips_hmactest.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h +fips_hmactest.o: ../../include/openssl/bio.h ../../include/openssl/bn.h +fips_hmactest.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h +fips_hmactest.o: ../../include/openssl/ec.h ../../include/openssl/err.h fips_hmactest.o: ../../include/openssl/evp.h ../../include/openssl/fips.h -fips_hmactest.o: ../../include/openssl/hmac.h ../../include/openssl/lhash.h -fips_hmactest.o: ../../include/openssl/obj_mac.h +fips_hmactest.o: ../../include/openssl/fips_rand.h ../../include/openssl/hmac.h +fips_hmactest.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h fips_hmactest.o: ../../include/openssl/objects.h fips_hmactest.o: ../../include/openssl/opensslconf.h fips_hmactest.o: ../../include/openssl/opensslv.h diff --git a/fips/rand/Makefile b/fips/rand/Makefile index 26bc46b72a..61ed391271 100644 --- a/fips/rand/Makefile +++ b/fips/rand/Makefile @@ -94,9 +94,10 @@ clean: fips_drbg_ctr.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h fips_drbg_ctr.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h -fips_drbg_ctr.o: ../../include/openssl/e_os2.h ../../include/openssl/evp.h -fips_drbg_ctr.o: ../../include/openssl/fips.h ../../include/openssl/fips_rand.h -fips_drbg_ctr.o: ../../include/openssl/hmac.h ../../include/openssl/obj_mac.h +fips_drbg_ctr.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h +fips_drbg_ctr.o: ../../include/openssl/evp.h ../../include/openssl/fips.h +fips_drbg_ctr.o: ../../include/openssl/fips_rand.h ../../include/openssl/hmac.h +fips_drbg_ctr.o: ../../include/openssl/obj_mac.h fips_drbg_ctr.o: ../../include/openssl/objects.h fips_drbg_ctr.o: ../../include/openssl/opensslconf.h fips_drbg_ctr.o: ../../include/openssl/opensslv.h @@ -104,10 +105,22 @@ fips_drbg_ctr.o: ../../include/openssl/ossl_typ.h fips_drbg_ctr.o: ../../include/openssl/safestack.h fips_drbg_ctr.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h fips_drbg_ctr.o: fips_drbg_ctr.c fips_rand_lcl.h +fips_drbg_ec.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h +fips_drbg_ec.o: ../../include/openssl/bio.h ../../include/openssl/bn.h +fips_drbg_ec.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h +fips_drbg_ec.o: ../../include/openssl/ec.h ../../include/openssl/evp.h +fips_drbg_ec.o: ../../include/openssl/fips.h ../../include/openssl/fips_rand.h +fips_drbg_ec.o: ../../include/openssl/hmac.h ../../include/openssl/obj_mac.h +fips_drbg_ec.o: ../../include/openssl/objects.h +fips_drbg_ec.o: ../../include/openssl/opensslconf.h +fips_drbg_ec.o: ../../include/openssl/opensslv.h +fips_drbg_ec.o: ../../include/openssl/ossl_typ.h +fips_drbg_ec.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h +fips_drbg_ec.o: ../../include/openssl/symhacks.h fips_drbg_ec.c fips_rand_lcl.h fips_drbg_hash.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h fips_drbg_hash.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h -fips_drbg_hash.o: ../../include/openssl/e_os2.h ../../include/openssl/evp.h -fips_drbg_hash.o: ../../include/openssl/fips.h +fips_drbg_hash.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h +fips_drbg_hash.o: ../../include/openssl/evp.h ../../include/openssl/fips.h fips_drbg_hash.o: ../../include/openssl/fips_rand.h fips_drbg_hash.o: ../../include/openssl/hmac.h ../../include/openssl/obj_mac.h fips_drbg_hash.o: ../../include/openssl/objects.h @@ -120,8 +133,8 @@ fips_drbg_hash.o: ../../include/openssl/symhacks.h fips_drbg_hash.c fips_drbg_hash.o: fips_rand_lcl.h fips_drbg_hmac.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h fips_drbg_hmac.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h -fips_drbg_hmac.o: ../../include/openssl/e_os2.h ../../include/openssl/evp.h -fips_drbg_hmac.o: ../../include/openssl/fips.h +fips_drbg_hmac.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h +fips_drbg_hmac.o: ../../include/openssl/evp.h ../../include/openssl/fips.h fips_drbg_hmac.o: ../../include/openssl/fips_rand.h fips_drbg_hmac.o: ../../include/openssl/hmac.h ../../include/openssl/obj_mac.h fips_drbg_hmac.o: ../../include/openssl/objects.h @@ -134,10 +147,10 @@ fips_drbg_hmac.o: ../../include/openssl/symhacks.h fips_drbg_hmac.c fips_drbg_hmac.o: fips_rand_lcl.h fips_drbg_lib.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h fips_drbg_lib.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h -fips_drbg_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h -fips_drbg_lib.o: ../../include/openssl/evp.h ../../include/openssl/fips_rand.h -fips_drbg_lib.o: ../../include/openssl/hmac.h ../../include/openssl/lhash.h -fips_drbg_lib.o: ../../include/openssl/obj_mac.h +fips_drbg_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h +fips_drbg_lib.o: ../../include/openssl/err.h ../../include/openssl/evp.h +fips_drbg_lib.o: ../../include/openssl/fips_rand.h ../../include/openssl/hmac.h +fips_drbg_lib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h fips_drbg_lib.o: ../../include/openssl/objects.h fips_drbg_lib.o: ../../include/openssl/opensslconf.h fips_drbg_lib.o: ../../include/openssl/opensslv.h @@ -147,8 +160,9 @@ fips_drbg_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h fips_drbg_lib.o: fips_drbg_lib.c fips_rand_lcl.h fips_drbg_rand.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h fips_drbg_rand.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h -fips_drbg_rand.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h -fips_drbg_rand.o: ../../include/openssl/evp.h ../../include/openssl/fips_rand.h +fips_drbg_rand.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h +fips_drbg_rand.o: ../../include/openssl/err.h ../../include/openssl/evp.h +fips_drbg_rand.o: ../../include/openssl/fips_rand.h fips_drbg_rand.o: ../../include/openssl/hmac.h ../../include/openssl/lhash.h fips_drbg_rand.o: ../../include/openssl/obj_mac.h fips_drbg_rand.o: ../../include/openssl/objects.h @@ -162,8 +176,8 @@ fips_drbg_rand.o: fips_rand_lcl.h fips_drbg_selftest.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h fips_drbg_selftest.o: ../../include/openssl/bio.h fips_drbg_selftest.o: ../../include/openssl/crypto.h -fips_drbg_selftest.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h -fips_drbg_selftest.o: ../../include/openssl/evp.h +fips_drbg_selftest.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h +fips_drbg_selftest.o: ../../include/openssl/err.h ../../include/openssl/evp.h fips_drbg_selftest.o: ../../include/openssl/fips_rand.h fips_drbg_selftest.o: ../../include/openssl/hmac.h fips_drbg_selftest.o: ../../include/openssl/lhash.h @@ -179,11 +193,11 @@ fips_drbg_selftest.o: fips_drbg_selftest.c fips_drbg_selftest.h fips_rand_lcl.h fips_drbgvs.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h fips_drbgvs.o: ../../include/openssl/bio.h ../../include/openssl/bn.h fips_drbgvs.o: ../../include/openssl/crypto.h ../../include/openssl/dsa.h -fips_drbgvs.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h -fips_drbgvs.o: ../../include/openssl/evp.h ../../include/openssl/fips.h -fips_drbgvs.o: ../../include/openssl/fips_rand.h ../../include/openssl/hmac.h -fips_drbgvs.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h -fips_drbgvs.o: ../../include/openssl/objects.h +fips_drbgvs.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h +fips_drbgvs.o: ../../include/openssl/err.h ../../include/openssl/evp.h +fips_drbgvs.o: ../../include/openssl/fips.h ../../include/openssl/fips_rand.h +fips_drbgvs.o: ../../include/openssl/hmac.h ../../include/openssl/lhash.h +fips_drbgvs.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h fips_drbgvs.o: ../../include/openssl/opensslconf.h fips_drbgvs.o: ../../include/openssl/opensslv.h fips_drbgvs.o: ../../include/openssl/ossl_typ.h @@ -192,10 +206,11 @@ fips_drbgvs.o: ../../include/openssl/symhacks.h ../fips_utl.h fips_drbgvs.c fips_rand.o: ../../e_os.h ../../include/openssl/aes.h fips_rand.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h fips_rand.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h -fips_rand.o: ../../include/openssl/err.h ../../include/openssl/evp.h -fips_rand.o: ../../include/openssl/fips.h ../../include/openssl/fips_rand.h -fips_rand.o: ../../include/openssl/hmac.h ../../include/openssl/lhash.h -fips_rand.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h +fips_rand.o: ../../include/openssl/ec.h ../../include/openssl/err.h +fips_rand.o: ../../include/openssl/evp.h ../../include/openssl/fips.h +fips_rand.o: ../../include/openssl/fips_rand.h ../../include/openssl/hmac.h +fips_rand.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h +fips_rand.o: ../../include/openssl/objects.h fips_rand.o: ../../include/openssl/opensslconf.h fips_rand.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h fips_rand.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h @@ -204,10 +219,10 @@ fips_rand.o: ../fips_locl.h fips_rand.c fips_rand_lib.o: ../../e_os.h ../../include/openssl/aes.h fips_rand_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h fips_rand_lib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h -fips_rand_lib.o: ../../include/openssl/err.h ../../include/openssl/evp.h -fips_rand_lib.o: ../../include/openssl/fips.h ../../include/openssl/fips_rand.h -fips_rand_lib.o: ../../include/openssl/hmac.h ../../include/openssl/lhash.h -fips_rand_lib.o: ../../include/openssl/obj_mac.h +fips_rand_lib.o: ../../include/openssl/ec.h ../../include/openssl/err.h +fips_rand_lib.o: ../../include/openssl/evp.h ../../include/openssl/fips.h +fips_rand_lib.o: ../../include/openssl/fips_rand.h ../../include/openssl/hmac.h +fips_rand_lib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h fips_rand_lib.o: ../../include/openssl/objects.h fips_rand_lib.o: ../../include/openssl/opensslconf.h fips_rand_lib.o: ../../include/openssl/opensslv.h @@ -218,8 +233,9 @@ fips_rand_lib.o: fips_rand_lib.c fips_rand_selftest.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h fips_rand_selftest.o: ../../include/openssl/bio.h fips_rand_selftest.o: ../../include/openssl/crypto.h -fips_rand_selftest.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h -fips_rand_selftest.o: ../../include/openssl/evp.h ../../include/openssl/fips.h +fips_rand_selftest.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h +fips_rand_selftest.o: ../../include/openssl/err.h ../../include/openssl/evp.h +fips_rand_selftest.o: ../../include/openssl/fips.h fips_rand_selftest.o: ../../include/openssl/fips_rand.h fips_rand_selftest.o: ../../include/openssl/hmac.h fips_rand_selftest.o: ../../include/openssl/lhash.h @@ -236,10 +252,11 @@ fips_rand_selftest.o: fips_rand_selftest.c fips_randtest.o: ../../e_os.h ../../include/openssl/aes.h fips_randtest.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h fips_randtest.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h -fips_randtest.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h -fips_randtest.o: ../../include/openssl/evp.h ../../include/openssl/fips.h -fips_randtest.o: ../../include/openssl/fips_rand.h ../../include/openssl/hmac.h -fips_randtest.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h +fips_randtest.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h +fips_randtest.o: ../../include/openssl/err.h ../../include/openssl/evp.h +fips_randtest.o: ../../include/openssl/fips.h ../../include/openssl/fips_rand.h +fips_randtest.o: ../../include/openssl/hmac.h ../../include/openssl/lhash.h +fips_randtest.o: ../../include/openssl/obj_mac.h fips_randtest.o: ../../include/openssl/objects.h fips_randtest.o: ../../include/openssl/opensslconf.h fips_randtest.o: ../../include/openssl/opensslv.h @@ -250,11 +267,11 @@ fips_randtest.o: ../fips_utl.h fips_randtest.c fips_rngvs.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h fips_rngvs.o: ../../include/openssl/bio.h ../../include/openssl/bn.h fips_rngvs.o: ../../include/openssl/crypto.h ../../include/openssl/dsa.h -fips_rngvs.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h -fips_rngvs.o: ../../include/openssl/evp.h ../../include/openssl/fips.h -fips_rngvs.o: ../../include/openssl/fips_rand.h ../../include/openssl/hmac.h -fips_rngvs.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h -fips_rngvs.o: ../../include/openssl/objects.h +fips_rngvs.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h +fips_rngvs.o: ../../include/openssl/err.h ../../include/openssl/evp.h +fips_rngvs.o: ../../include/openssl/fips.h ../../include/openssl/fips_rand.h +fips_rngvs.o: ../../include/openssl/hmac.h ../../include/openssl/lhash.h +fips_rngvs.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h fips_rngvs.o: ../../include/openssl/opensslconf.h fips_rngvs.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h fips_rngvs.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h diff --git a/fips/rsa/Makefile b/fips/rsa/Makefile index 6442ef4ed4..77f75455b3 100644 --- a/fips/rsa/Makefile +++ b/fips/rsa/Makefile @@ -116,7 +116,8 @@ 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/symhacks.h fips_rsa_selftest.c +fips_rsa_selftest.o: ../../include/openssl/symhacks.h ../fips_locl.h +fips_rsa_selftest.o: fips_rsa_selftest.c fips_rsa_sign.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h fips_rsa_sign.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h fips_rsa_sign.o: ../../include/openssl/err.h ../../include/openssl/evp.h @@ -129,12 +130,13 @@ fips_rsa_sign.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rsa.h fips_rsa_sign.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h fips_rsa_sign.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h fips_rsa_sign.o: fips_rsa_sign.c -fips_rsagtest.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h -fips_rsagtest.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h -fips_rsagtest.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h +fips_rsagtest.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h +fips_rsagtest.o: ../../include/openssl/bio.h ../../include/openssl/bn.h +fips_rsagtest.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h +fips_rsagtest.o: ../../include/openssl/ec.h ../../include/openssl/err.h fips_rsagtest.o: ../../include/openssl/evp.h ../../include/openssl/fips.h -fips_rsagtest.o: ../../include/openssl/hmac.h ../../include/openssl/lhash.h -fips_rsagtest.o: ../../include/openssl/obj_mac.h +fips_rsagtest.o: ../../include/openssl/fips_rand.h ../../include/openssl/hmac.h +fips_rsagtest.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h fips_rsagtest.o: ../../include/openssl/objects.h fips_rsagtest.o: ../../include/openssl/opensslconf.h fips_rsagtest.o: ../../include/openssl/opensslv.h @@ -142,12 +144,13 @@ fips_rsagtest.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rsa.h fips_rsagtest.o: ../../include/openssl/safestack.h fips_rsagtest.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h fips_rsagtest.o: ../fips_utl.h fips_rsagtest.c -fips_rsastest.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h -fips_rsastest.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h -fips_rsastest.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h +fips_rsastest.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h +fips_rsastest.o: ../../include/openssl/bio.h ../../include/openssl/bn.h +fips_rsastest.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h +fips_rsastest.o: ../../include/openssl/ec.h ../../include/openssl/err.h fips_rsastest.o: ../../include/openssl/evp.h ../../include/openssl/fips.h -fips_rsastest.o: ../../include/openssl/hmac.h ../../include/openssl/lhash.h -fips_rsastest.o: ../../include/openssl/obj_mac.h +fips_rsastest.o: ../../include/openssl/fips_rand.h ../../include/openssl/hmac.h +fips_rsastest.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h fips_rsastest.o: ../../include/openssl/objects.h fips_rsastest.o: ../../include/openssl/opensslconf.h fips_rsastest.o: ../../include/openssl/opensslv.h @@ -155,12 +158,13 @@ fips_rsastest.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rsa.h fips_rsastest.o: ../../include/openssl/safestack.h fips_rsastest.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h fips_rsastest.o: ../fips_utl.h fips_rsastest.c -fips_rsavtest.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h -fips_rsavtest.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h -fips_rsavtest.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h +fips_rsavtest.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h +fips_rsavtest.o: ../../include/openssl/bio.h ../../include/openssl/bn.h +fips_rsavtest.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h +fips_rsavtest.o: ../../include/openssl/ec.h ../../include/openssl/err.h fips_rsavtest.o: ../../include/openssl/evp.h ../../include/openssl/fips.h -fips_rsavtest.o: ../../include/openssl/hmac.h ../../include/openssl/lhash.h -fips_rsavtest.o: ../../include/openssl/obj_mac.h +fips_rsavtest.o: ../../include/openssl/fips_rand.h ../../include/openssl/hmac.h +fips_rsavtest.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h fips_rsavtest.o: ../../include/openssl/objects.h fips_rsavtest.o: ../../include/openssl/opensslconf.h fips_rsavtest.o: ../../include/openssl/opensslv.h diff --git a/fips/sha/Makefile b/fips/sha/Makefile index 417ffcd067..9bc598301f 100644 --- a/fips/sha/Makefile +++ b/fips/sha/Makefile @@ -129,10 +129,12 @@ fips_sha1_selftest.o: ../../include/openssl/ossl_typ.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_shatest.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h -fips_shatest.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h -fips_shatest.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h +fips_shatest.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h +fips_shatest.o: ../../include/openssl/bio.h ../../include/openssl/bn.h +fips_shatest.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h +fips_shatest.o: ../../include/openssl/ec.h ../../include/openssl/err.h fips_shatest.o: ../../include/openssl/evp.h ../../include/openssl/fips.h +fips_shatest.o: ../../include/openssl/fips_rand.h ../../include/openssl/hmac.h fips_shatest.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h fips_shatest.o: ../../include/openssl/objects.h fips_shatest.o: ../../include/openssl/opensslconf.h -- 2.34.1