diff --git a/crypto/ct/Makefile b/crypto/ct/Makefile index fe2341d79bd3a15746d9e65ee8a4e0383f6373aa..3c89ac7e1f8e1cf04390e42754f534fd2f07479e 100644 --- a/crypto/ct/Makefile +++ b/crypto/ct/Makefile @@ -80,4 +80,4 @@ ct_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h ct_lib.o: ../../include/openssl/tls1.h ../../include/openssl/x509.h ct_lib.o: ../../include/openssl/x509_vfy.h ../../ssl/packet_locl.h ct_lib.o: ../../ssl/record/record.h ../../ssl/ssl_locl.h -ct_lib.o: ../include/internal/cryptlib.h ct_lib.c ct_locl.h +ct_lib.o: ../include/internal/cryptlib.h ../include/internal/ct_int.h ct_lib.c diff --git a/crypto/x509v3/Makefile b/crypto/x509v3/Makefile index 87fc083afc6ca1feee835891355e809e6674520c..2188041b31fbc9f920d048efc6a7b89f93c0004d 100644 --- a/crypto/x509v3/Makefile +++ b/crypto/x509v3/Makefile @@ -523,7 +523,7 @@ v3_purp.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h v3_purp.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h v3_purp.o: ../../include/openssl/x509v3.h ../include/internal/cryptlib.h v3_purp.o: ../include/internal/x509_int.h v3_purp.c -v3_scts.o: ../../crypto/ct/ct_locl.h ../../e_os.h ../../include/openssl/asn1.h +v3_scts.o: ../../e_os.h ../../include/openssl/asn1.h v3_scts.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h v3_scts.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h v3_scts.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h @@ -536,7 +536,8 @@ v3_scts.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h v3_scts.o: ../../include/openssl/sha.h ../../include/openssl/stack.h v3_scts.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h v3_scts.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h -v3_scts.o: ../include/internal/cryptlib.h ext_dat.h v3_scts.c +v3_scts.o: ../include/internal/cryptlib.h ../include/internal/ct_int.h +v3_scts.o: ext_dat.h v3_scts.c v3_skey.o: ../../e_os.h ../../include/openssl/asn1.h v3_skey.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h v3_skey.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h