From 8039257dbcd1d2e96e1d57b607b49cdf0ae78636 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Tue, 19 Jan 1999 21:36:31 +0000 Subject: Finally lay dependencies to rest (I hope!). --- crypto/Makefile.ssl | 16 +- crypto/asn1/Makefile.ssl | 592 +++++++++++++++++++++++++++++++++++++++++++- crypto/bf/Makefile.ssl | 5 +- crypto/bio/Makefile.ssl | 53 +++- crypto/bn/Makefile.ssl | 47 +++- crypto/buffer/Makefile.ssl | 6 +- crypto/cast/Makefile.ssl | 5 +- crypto/comp/Makefile.ssl | 10 +- crypto/conf/Makefile.ssl | 7 +- crypto/des/Makefile.ssl | 11 +- crypto/dh/Makefile.ssl | 14 +- crypto/dsa/Makefile.ssl | 27 +- crypto/err/Makefile.ssl | 17 +- crypto/evp/Makefile.ssl | 504 ++++++++++++++++++++++++++++++++++++- crypto/hmac/Makefile.ssl | 11 +- crypto/idea/Makefile.ssl | 5 +- crypto/lhash/Makefile.ssl | 6 +- crypto/md2/Makefile.ssl | 6 +- crypto/md5/Makefile.ssl | 4 +- crypto/mdc2/Makefile.ssl | 6 +- crypto/objects/Makefile.ssl | 15 +- crypto/pem/Makefile.ssl | 70 +++++- crypto/pkcs7/Makefile.ssl | 31 ++- crypto/rand/Makefile.ssl | 11 +- crypto/rc2/Makefile.ssl | 5 +- crypto/rc4/Makefile.ssl | 4 +- crypto/rc5/Makefile.ssl | 5 +- crypto/ripemd/Makefile.ssl | 4 +- crypto/rsa/Makefile.ssl | 41 ++- crypto/sha/Makefile.ssl | 4 +- crypto/stack/Makefile.ssl | 5 +- crypto/txt_db/Makefile.ssl | 6 +- crypto/x509/Makefile.ssl | 205 ++++++++++++++- 33 files changed, 1724 insertions(+), 34 deletions(-) (limited to 'crypto') diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl index b91baad738..d89d3dfe36 100644 --- a/crypto/Makefile.ssl +++ b/crypto/Makefile.ssl @@ -10,7 +10,7 @@ INCLUDES= -I.. -I../../include CFLAG= -g INSTALLTOP= /usr/local/ssl MAKE= make -f Makefile.ssl -MAKEDEPEND= makedepend -f Makefile.ssl +MAKEDEPEND= $(TOP)/util/domd $(TOP) MAKEFILE= Makefile.ssl RM= /bin/rm -f AR= ar r @@ -124,7 +124,7 @@ depend: @for i in $(SDIRS) ;\ do \ (cd $$i; echo "making depend in $$i..."; \ - $(MAKE) MAKEFILE='${MAKEFILE}' INCLUDES='${INCLUDES}' MAKEDEPEND='${MAKEDEPEND}' depend ); \ + $(MAKE) MAKEFILE='${MAKEFILE}' INCLUDES='${INCLUDES}' depend ); \ done; clean: @@ -160,3 +160,15 @@ errgen: # DO NOT DELETE THIS LINE -- make depend depends on it. + +cpt_err.o: ../include/err.h ../include/stack.h crypto.h ../include/bio.h +cryptlib.o: ../include/buffer.h ../include/e_os.h ../include/err.h +cryptlib.o: ../include/stack.h cryptlib.h crypto.h date.h ../include/bio.h +cversion.o: ../include/buffer.h ../include/e_os.h ../include/err.h +cversion.o: ../include/stack.h cryptlib.h crypto.h date.h ../include/bio.h +ex_data.o: ../include/buffer.h ../include/e_os.h ../include/err.h +ex_data.o: ../include/lhash.h ../include/stack.h cryptlib.h crypto.h +mem.o: ../include/bio.h ../include/buffer.h ../include/e_os.h ../include/err.h +mem.o: ../include/lhash.h ../include/stack.h cryptlib.h crypto.h +tmdiff.o: ../include/bio.h ../include/buffer.h ../include/e_os.h +tmdiff.o: ../include/err.h ../include/stack.h cryptlib.h crypto.h tmdiff.h diff --git a/crypto/asn1/Makefile.ssl b/crypto/asn1/Makefile.ssl index 84a4b04d8f..7d68e0538f 100644 --- a/crypto/asn1/Makefile.ssl +++ b/crypto/asn1/Makefile.ssl @@ -9,7 +9,7 @@ INCLUDES= -I.. -I../../include CFLAG=-g INSTALLTOP=/usr/local/ssl MAKE= make -f Makefile.ssl -MAKEDEPEND= makedepend -f Makefile.ssl +MAKEDEPEND= $(TOP)/util/domd $(TOP) MAKEFILE= Makefile.ssl AR= ar r @@ -120,3 +120,593 @@ $(ERRC).c: $(ERR).err perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c # DO NOT DELETE THIS LINE -- make depend depends on it. + +a_bitstr.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h +a_bitstr.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h +a_bitstr.o: ../cryptlib.h ../crypto.h asn1.h ../../include/bio.h +a_bmp.o: ../../include/bn.h ../../include/buffer.h ../../include/e_os.h +a_bmp.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h +a_bmp.o: asn1.h ../../include/bio.h ../../include/bn.h ../../include/buffer.h +a_bool.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h +a_bool.o: ../cryptlib.h ../crypto.h asn1.h ../../include/bio.h +a_bytes.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h +a_bytes.o: ../../include/cast.h ../../include/des.h ../../include/dh.h +a_bytes.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h +a_bytes.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h +a_bytes.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h +a_bytes.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +a_bytes.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +a_bytes.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +a_bytes.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h asn1_mac.h +a_d2i_fp.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h +a_d2i_fp.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h +a_d2i_fp.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h +a_d2i_fp.o: ../../include/err.h ../../include/evp.h ../../include/idea.h +a_d2i_fp.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h +a_d2i_fp.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h +a_d2i_fp.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h +a_d2i_fp.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h +a_d2i_fp.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h +a_d2i_fp.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h +a_digest.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h +a_digest.o: ../../include/cast.h ../../include/des.h ../../include/dh.h +a_digest.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h +a_digest.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h +a_digest.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h +a_digest.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +a_digest.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +a_digest.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +a_digest.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h +a_dup.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h +a_dup.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h +a_dup.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h +a_dup.o: ../../include/err.h ../../include/evp.h ../../include/idea.h +a_dup.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h +a_dup.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h +a_dup.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h +a_dup.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h +a_dup.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h +a_dup.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h ../../include/bn.h +a_gentm.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h +a_gentm.o: ../../include/stack.h ../cryptlib.h ../crypto.h asn1.h +a_hdr.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h +a_hdr.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h +a_hdr.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h +a_hdr.o: ../../include/err.h ../../include/evp.h ../../include/idea.h +a_hdr.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h +a_hdr.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h +a_hdr.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h +a_hdr.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h +a_hdr.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h +a_hdr.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h +a_i2d_fp.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h +a_i2d_fp.o: ../../include/cast.h ../../include/des.h ../../include/dh.h +a_i2d_fp.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h +a_i2d_fp.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h +a_i2d_fp.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h +a_i2d_fp.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +a_i2d_fp.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +a_i2d_fp.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +a_i2d_fp.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h +a_i2d_fp.o: asn1_mac.h ../../include/bio.h ../../include/bn.h +a_int.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h +a_int.o: ../../include/stack.h ../cryptlib.h ../crypto.h asn1.h +a_meth.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h +a_meth.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h +a_meth.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h +a_meth.o: ../../include/err.h ../../include/evp.h ../../include/idea.h +a_meth.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h +a_meth.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h +a_meth.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h +a_meth.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h +a_meth.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h +a_meth.o: ../crypto.h asn1.h ../../include/bio.h ../../include/bn.h +a_object.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h +a_object.o: ../../include/objects.h ../../include/stack.h ../cryptlib.h +a_object.o: ../crypto.h asn1.h ../../include/bio.h ../../include/bn.h +a_octet.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h +a_octet.o: ../../include/stack.h ../cryptlib.h ../crypto.h asn1.h +a_print.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h +a_print.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h +a_print.o: ../cryptlib.h ../crypto.h asn1.h ../../include/bio.h +a_set.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h +a_set.o: ../../include/cast.h ../../include/des.h ../../include/dh.h +a_set.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h +a_set.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h +a_set.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h +a_set.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +a_set.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +a_set.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +a_set.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h asn1_mac.h +a_sign.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h +a_sign.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h +a_sign.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h +a_sign.o: ../../include/err.h ../../include/evp.h ../../include/idea.h +a_sign.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h +a_sign.o: ../../include/objects.h ../../include/pem.h ../../include/pkcs7.h +a_sign.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h +a_sign.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h +a_sign.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h +a_sign.o: ../cryptlib.h ../crypto.h asn1.h ../../include/bio.h +a_time.o: ../../include/bn.h ../../include/buffer.h ../../include/e_os.h +a_time.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h +a_time.o: asn1.h ../../include/bio.h ../../include/blowfish.h +a_type.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h +a_type.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h +a_type.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h +a_type.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h +a_type.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h +a_type.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h +a_type.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h +a_type.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h +a_type.o: ../cryptlib.h ../crypto.h asn1.h asn1_mac.h ../../include/bio.h +a_utctm.o: ../../include/bn.h ../../include/buffer.h ../../include/e_os.h +a_utctm.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h +a_utctm.o: asn1.h ../../include/bio.h ../../include/blowfish.h +a_verify.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h +a_verify.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h +a_verify.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h +a_verify.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h +a_verify.o: ../../include/mdc2.h ../../include/objects.h ../../include/pem.h +a_verify.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +a_verify.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +a_verify.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +a_verify.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h +asn1_err.o: ../../include/bn.h ../../include/err.h ../../include/stack.h asn1.h +asn1_lib.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h +asn1_lib.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h +asn1_lib.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h +asn1_lib.o: ../../include/err.h ../../include/evp.h ../../include/idea.h +asn1_lib.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h +asn1_lib.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h +asn1_lib.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h +asn1_lib.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h +asn1_lib.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h +asn1_lib.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h +asn1_par.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h +asn1_par.o: ../../include/cast.h ../../include/des.h ../../include/dh.h +asn1_par.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h +asn1_par.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h +asn1_par.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h +asn1_par.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +asn1_par.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +asn1_par.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +asn1_par.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h +d2i_dhp.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h +d2i_dhp.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h +d2i_dhp.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h +d2i_dhp.o: ../../include/err.h ../../include/evp.h ../../include/idea.h +d2i_dhp.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h +d2i_dhp.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h +d2i_dhp.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h +d2i_dhp.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h +d2i_dhp.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h +d2i_dhp.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h +d2i_dsap.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h +d2i_dsap.o: ../../include/cast.h ../../include/des.h ../../include/dh.h +d2i_dsap.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h +d2i_dsap.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h +d2i_dsap.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h +d2i_dsap.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +d2i_dsap.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +d2i_dsap.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +d2i_dsap.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h +d2i_dsap.o: asn1_mac.h ../../include/bio.h ../../include/blowfish.h +d2i_pr.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h +d2i_pr.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h +d2i_pr.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h +d2i_pr.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h +d2i_pr.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h +d2i_pr.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h +d2i_pr.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h +d2i_pr.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h +d2i_pr.o: ../cryptlib.h ../crypto.h asn1.h ../../include/bio.h +d2i_pu.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h +d2i_pu.o: ../../include/cast.h ../../include/des.h ../../include/dh.h +d2i_pu.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h +d2i_pu.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h +d2i_pu.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h +d2i_pu.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +d2i_pu.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +d2i_pu.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +d2i_pu.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h +d2i_r_pr.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h +d2i_r_pr.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h +d2i_r_pr.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h +d2i_r_pr.o: ../../include/err.h ../../include/evp.h ../../include/idea.h +d2i_r_pr.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h +d2i_r_pr.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h +d2i_r_pr.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h +d2i_r_pr.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h +d2i_r_pr.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h +d2i_r_pr.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h +d2i_r_pu.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h +d2i_r_pu.o: ../../include/cast.h ../../include/des.h ../../include/dh.h +d2i_r_pu.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h +d2i_r_pu.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h +d2i_r_pu.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h +d2i_r_pu.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +d2i_r_pu.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +d2i_r_pu.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +d2i_r_pu.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h +d2i_r_pu.o: asn1_mac.h ../../include/bio.h ../../include/blowfish.h +d2i_s_pr.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h +d2i_s_pr.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h +d2i_s_pr.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h +d2i_s_pr.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h +d2i_s_pr.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h +d2i_s_pr.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h +d2i_s_pr.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h +d2i_s_pr.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h +d2i_s_pr.o: ../cryptlib.h ../crypto.h asn1.h asn1_mac.h ../../include/bio.h +d2i_s_pu.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h +d2i_s_pu.o: ../../include/cast.h ../../include/des.h ../../include/dh.h +d2i_s_pu.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h +d2i_s_pu.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h +d2i_s_pu.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h +d2i_s_pu.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +d2i_s_pu.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +d2i_s_pu.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +d2i_s_pu.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h +d2i_s_pu.o: asn1_mac.h ../../include/bio.h ../../include/blowfish.h +evp_asn1.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h +evp_asn1.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h +evp_asn1.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h +evp_asn1.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h +evp_asn1.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h +evp_asn1.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h +evp_asn1.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h +evp_asn1.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h +evp_asn1.o: ../cryptlib.h ../crypto.h asn1.h asn1_mac.h ../../include/bio.h +f_int.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h +f_int.o: ../../include/cast.h ../../include/des.h ../../include/dh.h +f_int.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h +f_int.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h +f_int.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h +f_int.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +f_int.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +f_int.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +f_int.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h +f_string.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h +f_string.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h +f_string.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h +f_string.o: ../../include/err.h ../../include/evp.h ../../include/idea.h +f_string.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h +f_string.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h +f_string.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h +f_string.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h +f_string.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h +f_string.o: ../crypto.h asn1.h ../../include/bio.h ../../include/blowfish.h +i2d_dhp.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h +i2d_dhp.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h +i2d_dhp.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h +i2d_dhp.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h +i2d_dhp.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h +i2d_dhp.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h +i2d_dhp.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h +i2d_dhp.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h +i2d_dhp.o: ../cryptlib.h ../crypto.h asn1.h asn1_mac.h ../../include/bio.h +i2d_dsap.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h +i2d_dsap.o: ../../include/cast.h ../../include/des.h ../../include/dh.h +i2d_dsap.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h +i2d_dsap.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h +i2d_dsap.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h +i2d_dsap.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +i2d_dsap.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +i2d_dsap.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +i2d_dsap.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h +i2d_dsap.o: asn1_mac.h ../../include/bio.h ../../include/blowfish.h +i2d_pr.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h +i2d_pr.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h +i2d_pr.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h +i2d_pr.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h +i2d_pr.o: ../../include/mdc2.h ../../include/objects.h ../../include/rc2.h +i2d_pr.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h +i2d_pr.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h +i2d_pr.o: ../cryptlib.h ../crypto.h asn1.h ../../include/bio.h +i2d_pu.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h +i2d_pu.o: ../../include/cast.h ../../include/des.h ../../include/dh.h +i2d_pu.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h +i2d_pu.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h +i2d_pu.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h +i2d_pu.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h +i2d_pu.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h +i2d_pu.o: ../../include/stack.h ../cryptlib.h ../crypto.h asn1.h +i2d_r_pr.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h +i2d_r_pr.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h +i2d_r_pr.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h +i2d_r_pr.o: ../../include/err.h ../../include/evp.h ../../include/idea.h +i2d_r_pr.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h +i2d_r_pr.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h +i2d_r_pr.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h +i2d_r_pr.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h +i2d_r_pr.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h +i2d_r_pr.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h +i2d_r_pu.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h +i2d_r_pu.o: ../../include/cast.h ../../include/des.h ../../include/dh.h +i2d_r_pu.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h +i2d_r_pu.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h +i2d_r_pu.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h +i2d_r_pu.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +i2d_r_pu.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +i2d_r_pu.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +i2d_r_pu.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h +i2d_r_pu.o: asn1_mac.h ../../include/bio.h ../../include/blowfish.h +i2d_s_pr.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h +i2d_s_pr.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h +i2d_s_pr.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h +i2d_s_pr.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h +i2d_s_pr.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h +i2d_s_pr.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h +i2d_s_pr.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h +i2d_s_pr.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h +i2d_s_pr.o: ../cryptlib.h ../crypto.h asn1.h asn1_mac.h ../../include/bio.h +i2d_s_pu.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h +i2d_s_pu.o: ../../include/cast.h ../../include/des.h ../../include/dh.h +i2d_s_pu.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h +i2d_s_pu.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h +i2d_s_pu.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h +i2d_s_pu.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +i2d_s_pu.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +i2d_s_pu.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +i2d_s_pu.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h +i2d_s_pu.o: asn1_mac.h ../../include/bio.h ../../include/blowfish.h +n_pkey.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h +n_pkey.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h +n_pkey.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h +n_pkey.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h +n_pkey.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h +n_pkey.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h +n_pkey.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h +n_pkey.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h +n_pkey.o: ../cryptlib.h ../crypto.h asn1.h asn1_mac.h ../../include/bio.h +p7_dgst.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h +p7_dgst.o: ../../include/cast.h ../../include/des.h ../../include/dh.h +p7_dgst.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h +p7_dgst.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h +p7_dgst.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h +p7_dgst.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +p7_dgst.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +p7_dgst.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +p7_dgst.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h asn1_mac.h +p7_enc.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h +p7_enc.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h +p7_enc.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h +p7_enc.o: ../../include/err.h ../../include/evp.h ../../include/idea.h +p7_enc.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h +p7_enc.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h +p7_enc.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h +p7_enc.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h +p7_enc.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h +p7_enc.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h +p7_enc_c.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h +p7_enc_c.o: ../../include/cast.h ../../include/des.h ../../include/dh.h +p7_enc_c.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h +p7_enc_c.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h +p7_enc_c.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h +p7_enc_c.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +p7_enc_c.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +p7_enc_c.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +p7_enc_c.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h +p7_enc_c.o: asn1_mac.h ../../include/bio.h ../../include/blowfish.h +p7_evp.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h +p7_evp.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h +p7_evp.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h +p7_evp.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h +p7_evp.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h +p7_evp.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h +p7_evp.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h +p7_evp.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h +p7_evp.o: ../cryptlib.h ../crypto.h asn1.h asn1_mac.h ../../include/bio.h +p7_i_s.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h +p7_i_s.o: ../../include/cast.h ../../include/des.h ../../include/dh.h +p7_i_s.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h +p7_i_s.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h +p7_i_s.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h +p7_i_s.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +p7_i_s.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +p7_i_s.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +p7_i_s.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h asn1_mac.h +p7_lib.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h +p7_lib.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h +p7_lib.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h +p7_lib.o: ../../include/err.h ../../include/evp.h ../../include/idea.h +p7_lib.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h +p7_lib.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h +p7_lib.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h +p7_lib.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h +p7_lib.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h +p7_lib.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h +p7_recip.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h +p7_recip.o: ../../include/cast.h ../../include/des.h ../../include/dh.h +p7_recip.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h +p7_recip.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h +p7_recip.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h +p7_recip.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +p7_recip.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +p7_recip.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +p7_recip.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h +p7_recip.o: asn1_mac.h ../../include/bio.h ../../include/blowfish.h +p7_s_e.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h +p7_s_e.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h +p7_s_e.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h +p7_s_e.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h +p7_s_e.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h +p7_s_e.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h +p7_s_e.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h +p7_s_e.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h +p7_s_e.o: ../cryptlib.h ../crypto.h asn1.h asn1_mac.h ../../include/bio.h +p7_signd.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h +p7_signd.o: ../../include/cast.h ../../include/des.h ../../include/dh.h +p7_signd.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h +p7_signd.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h +p7_signd.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h +p7_signd.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +p7_signd.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +p7_signd.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +p7_signd.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h +p7_signd.o: asn1_mac.h ../../include/bio.h ../../include/blowfish.h +p7_signi.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h +p7_signi.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h +p7_signi.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h +p7_signi.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h +p7_signi.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h +p7_signi.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h +p7_signi.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h +p7_signi.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h +p7_signi.o: ../cryptlib.h ../crypto.h asn1.h asn1_mac.h ../../include/bio.h +t_pkey.o: ../../include/bn.h ../../include/buffer.h ../../include/dh.h +t_pkey.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h +t_pkey.o: ../../include/rsa.h ../../include/stack.h ../cryptlib.h ../crypto.h +t_req.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h +t_req.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h +t_req.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h +t_req.o: ../../include/err.h ../../include/evp.h ../../include/idea.h +t_req.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h +t_req.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h +t_req.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h +t_req.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h +t_req.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h +t_req.o: ../crypto.h asn1.h ../../include/bio.h ../../include/blowfish.h +t_x509.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h +t_x509.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h +t_x509.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h +t_x509.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h +t_x509.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h +t_x509.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h +t_x509.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h +t_x509.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h +t_x509.o: ../cryptlib.h ../crypto.h asn1.h ../../include/bio.h +x_algor.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h +x_algor.o: ../../include/cast.h ../../include/des.h ../../include/dh.h +x_algor.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h +x_algor.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h +x_algor.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h +x_algor.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +x_algor.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +x_algor.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +x_algor.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h asn1_mac.h +x_attrib.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h +x_attrib.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h +x_attrib.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h +x_attrib.o: ../../include/err.h ../../include/evp.h ../../include/idea.h +x_attrib.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h +x_attrib.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h +x_attrib.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h +x_attrib.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h +x_attrib.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h +x_attrib.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h +x_cinf.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h +x_cinf.o: ../../include/cast.h ../../include/des.h ../../include/dh.h +x_cinf.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h +x_cinf.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h +x_cinf.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h +x_cinf.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +x_cinf.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +x_cinf.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +x_cinf.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h asn1_mac.h +x_crl.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h +x_crl.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h +x_crl.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h +x_crl.o: ../../include/err.h ../../include/evp.h ../../include/idea.h +x_crl.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h +x_crl.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h +x_crl.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h +x_crl.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h +x_crl.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h +x_crl.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h +x_exten.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h +x_exten.o: ../../include/cast.h ../../include/des.h ../../include/dh.h +x_exten.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h +x_exten.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h +x_exten.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h +x_exten.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +x_exten.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +x_exten.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +x_exten.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h asn1_mac.h +x_info.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h +x_info.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h +x_info.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h +x_info.o: ../../include/err.h ../../include/evp.h ../../include/idea.h +x_info.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h +x_info.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h +x_info.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h +x_info.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h +x_info.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h +x_info.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h +x_name.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h +x_name.o: ../../include/cast.h ../../include/des.h ../../include/dh.h +x_name.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h +x_name.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h +x_name.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h +x_name.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +x_name.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +x_name.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +x_name.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h asn1_mac.h +x_pkey.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h +x_pkey.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h +x_pkey.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h +x_pkey.o: ../../include/err.h ../../include/evp.h ../../include/idea.h +x_pkey.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h +x_pkey.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h +x_pkey.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h +x_pkey.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h +x_pkey.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h +x_pkey.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h +x_pubkey.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h +x_pubkey.o: ../../include/cast.h ../../include/des.h ../../include/dh.h +x_pubkey.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h +x_pubkey.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h +x_pubkey.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h +x_pubkey.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +x_pubkey.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +x_pubkey.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +x_pubkey.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h +x_pubkey.o: asn1_mac.h ../../include/bio.h ../../include/blowfish.h +x_req.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h +x_req.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h +x_req.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h +x_req.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h +x_req.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h +x_req.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h +x_req.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h +x_req.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h +x_req.o: ../cryptlib.h ../crypto.h asn1.h asn1_mac.h ../../include/bio.h +x_sig.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h +x_sig.o: ../../include/cast.h ../../include/des.h ../../include/dh.h +x_sig.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h +x_sig.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h +x_sig.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h +x_sig.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +x_sig.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +x_sig.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +x_sig.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h asn1_mac.h +x_spki.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h +x_spki.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h +x_spki.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h +x_spki.o: ../../include/err.h ../../include/evp.h ../../include/idea.h +x_spki.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h +x_spki.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h +x_spki.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h +x_spki.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h +x_spki.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h +x_spki.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h +x_val.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h +x_val.o: ../../include/cast.h ../../include/des.h ../../include/dh.h +x_val.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h +x_val.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h +x_val.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h +x_val.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +x_val.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +x_val.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +x_val.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h asn1_mac.h +x_x509.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h +x_x509.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h +x_x509.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h +x_x509.o: ../../include/err.h ../../include/evp.h ../../include/idea.h +x_x509.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h +x_x509.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h +x_x509.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h +x_x509.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h +x_x509.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h +x_x509.o: ../crypto.h asn1.h asn1_mac.h diff --git a/crypto/bf/Makefile.ssl b/crypto/bf/Makefile.ssl index 22aa4ca6f5..5ddad60990 100644 --- a/crypto/bf/Makefile.ssl +++ b/crypto/bf/Makefile.ssl @@ -10,7 +10,7 @@ INCLUDES= CFLAG=-g INSTALLTOP=/usr/local/ssl MAKE= make -f Makefile.ssl -MAKEDEPEND= makedepend -f Makefile.ssl +MAKEDEPEND= $(TOP)/util/domd $(TOP) MAKEFILE= Makefile.ssl AR= ar r @@ -105,3 +105,6 @@ clean: errors: # DO NOT DELETE THIS LINE -- make depend depends on it. + +bf_cfb64.o: bf_locl.h blowfish.h bf_locl.h blowfish.h bf_locl.h blowfish.h +bf_ofb64.o: bf_locl.h blowfish.h bf_locl.h bf_pi.h blowfish.h diff --git a/crypto/bio/Makefile.ssl b/crypto/bio/Makefile.ssl index 3cb667047a..c9e29ff630 100644 --- a/crypto/bio/Makefile.ssl +++ b/crypto/bio/Makefile.ssl @@ -9,7 +9,7 @@ INCLUDES= -I.. -I../../include CFLAG=-g INSTALLTOP=/usr/local/ssl MAKE= make -f Makefile.ssl -MAKEDEPEND= makedepend -f Makefile.ssl +MAKEDEPEND= $(TOP)/util/domd $(TOP) MAKEFILE= Makefile.ssl AR= ar r @@ -92,3 +92,54 @@ $(ERRC).c: $(ERR).err perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c # DO NOT DELETE THIS LINE -- make depend depends on it. + +b_dump.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h +b_dump.o: ../../include/stack.h ../cryptlib.h ../crypto.h bio.h +b_print.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h +b_print.o: ../../include/stack.h ../cryptlib.h ../crypto.h bio.h +b_sock.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h +b_sock.o: ../../include/stack.h ../cryptlib.h ../crypto.h bio.h +bf_buff.o: ../../include/asn1.h ../../include/blowfish.h ../../include/bn.h +bf_buff.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h +bf_buff.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h +bf_buff.o: ../../include/err.h ../../include/evp.h ../../include/idea.h +bf_buff.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h +bf_buff.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h +bf_buff.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +bf_buff.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h +bf_buff.o: bio.h ../../include/asn1.h ../../include/blowfish.h +bf_nbio.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h +bf_nbio.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h +bf_nbio.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h +bf_nbio.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h +bf_nbio.o: ../../include/mdc2.h ../../include/objects.h ../../include/rand.h +bf_nbio.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h +bf_nbio.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h +bf_nbio.o: ../../include/stack.h ../cryptlib.h ../crypto.h bio.h +bf_null.o: ../../include/asn1.h ../../include/blowfish.h ../../include/bn.h +bf_null.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h +bf_null.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h +bf_null.o: ../../include/err.h ../../include/evp.h ../../include/idea.h +bf_null.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h +bf_null.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h +bf_null.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +bf_null.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h +bf_null.o: bio.h ../../include/buffer.h ../../include/e_os.h +bio_cb.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h +bio_cb.o: bio.h ../../include/err.h ../../include/stack.h ../crypto.h bio.h +bio_lib.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h +bio_lib.o: ../../include/stack.h ../cryptlib.h ../crypto.h bio.h +bss_acpt.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h +bss_acpt.o: ../../include/stack.h ../cryptlib.h ../crypto.h bio.h +bss_conn.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h +bss_conn.o: ../../include/stack.h ../cryptlib.h ../crypto.h bio.h +bss_fd.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h +bss_fd.o: ../../include/stack.h ../cryptlib.h ../crypto.h bio.h bss_sock.c +bss_file.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h +bss_file.o: ../../include/stack.h ../cryptlib.h ../crypto.h bio.h +bss_mem.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h +bss_mem.o: ../../include/stack.h ../cryptlib.h ../crypto.h bio.h +bss_null.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h +bss_null.o: ../../include/stack.h ../cryptlib.h ../crypto.h bio.h +bss_sock.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h +bss_sock.o: ../../include/stack.h ../cryptlib.h ../crypto.h bio.h diff --git a/crypto/bn/Makefile.ssl b/crypto/bn/Makefile.ssl index bf3423415b..32d0cc1dc1 100644 --- a/crypto/bn/Makefile.ssl +++ b/crypto/bn/Makefile.ssl @@ -9,7 +9,7 @@ INCLUDES= -I.. -I../../include CFLAG=-g INSTALLTOP=/usr/local/ssl MAKE= make -f Makefile.ssl -MAKEDEPEND= makedepend -f Makefile.ssl +MAKEDEPEND= $(TOP)/util/domd $(TOP) MAKEFILE= Makefile.ssl AR= ar r @@ -157,3 +157,48 @@ $(ERRC).c: $(ERR).err perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c # DO NOT DELETE THIS LINE -- make depend depends on it. + +bn_add.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h +bn_add.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h +bn_add.o: bn.h bn_lcl.h ../../include/bio.h ../../include/buffer.h +bn_asm.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h +bn_asm.o: ../cryptlib.h ../crypto.h bn.h bn_lcl.h ../../include/bio.h +bn_blind.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h +bn_blind.o: ../../include/stack.h ../cryptlib.h ../crypto.h bn.h bn_lcl.h +bn_div.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h +bn_div.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h +bn_div.o: bn.h bn_lcl.h ../../include/err.h bn.h ../../include/bio.h +bn_exp.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h +bn_exp.o: ../../include/stack.h ../cryptlib.h ../crypto.h bn.h bn_lcl.h +bn_exp2.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h +bn_exp2.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h +bn_exp2.o: bn.h bn_lcl.h ../../include/bio.h ../../include/buffer.h +bn_gcd.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h +bn_gcd.o: ../cryptlib.h ../crypto.h bn.h bn_lcl.h ../../include/bio.h +bn_lib.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h +bn_lib.o: ../../include/stack.h ../cryptlib.h ../crypto.h bn.h bn_lcl.h +bn_mont.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h +bn_mont.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h +bn_mont.o: bn.h bn_lcl.h ../../include/bio.h ../../include/buffer.h +bn_mpi.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h +bn_mpi.o: ../cryptlib.h ../crypto.h bn.h bn_lcl.h ../../include/bio.h +bn_mul.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h +bn_mul.o: ../../include/stack.h ../cryptlib.h ../crypto.h bn.h bn_lcl.h +bn_prime.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h +bn_prime.o: ../../include/err.h ../../include/rand.h ../../include/stack.h +bn_prime.o: ../cryptlib.h ../crypto.h bn.h bn_lcl.h bn_prime.h +bn_print.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h +bn_print.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h +bn_print.o: bn.h bn_lcl.h ../../include/bio.h ../../include/buffer.h +bn_rand.o: ../../include/e_os.h ../../include/err.h ../../include/rand.h +bn_rand.o: ../../include/stack.h ../cryptlib.h ../crypto.h bn.h bn_lcl.h +bn_recp.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h +bn_recp.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h +bn_recp.o: bn.h bn_lcl.h ../../include/bio.h ../../include/buffer.h +bn_shift.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h +bn_shift.o: ../cryptlib.h ../crypto.h bn.h bn_lcl.h ../../include/bio.h +bn_sqr.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h +bn_sqr.o: ../../include/stack.h ../cryptlib.h ../crypto.h bn.h bn_lcl.h +bn_word.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h +bn_word.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h +bn_word.o: bn.h bn_lcl.h diff --git a/crypto/buffer/Makefile.ssl b/crypto/buffer/Makefile.ssl index 756e8b1e2d..aefd7869b0 100644 --- a/crypto/buffer/Makefile.ssl +++ b/crypto/buffer/Makefile.ssl @@ -9,7 +9,7 @@ INCLUDES= -I.. -I../../include CFLAG=-g INSTALLTOP=/usr/local/ssl MAKE= make -f Makefile.ssl -MAKEDEPEND= makedepend -f Makefile.ssl +MAKEDEPEND= $(TOP)/util/domd $(TOP) MAKEFILE= Makefile.ssl AR= ar r @@ -84,3 +84,7 @@ $(ERRC).c: $(ERR).err perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c # DO NOT DELETE THIS LINE -- make depend depends on it. + +buf_err.o: ../../include/err.h buffer.h ../../include/bio.h +buffer.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h +buffer.o: ../cryptlib.h ../crypto.h buffer.h diff --git a/crypto/cast/Makefile.ssl b/crypto/cast/Makefile.ssl index bbdb3f4a58..cba9c8eedd 100644 --- a/crypto/cast/Makefile.ssl +++ b/crypto/cast/Makefile.ssl @@ -10,7 +10,7 @@ INCLUDES= CFLAG=-g INSTALLTOP=/usr/local/ssl MAKE= make -f Makefile.ssl -MAKEDEPEND= makedepend -f Makefile.ssl +MAKEDEPEND= $(TOP)/util/domd $(TOP) MAKEFILE= Makefile.ssl AR= ar r @@ -107,3 +107,6 @@ clean: errors: # DO NOT DELETE THIS LINE -- make depend depends on it. + +c_cfb64.o: cast.h cast_lcl.h cast.h cast_lcl.h cast.h cast_lcl.h cast.h +c_ofb64.o: cast_lcl.h cast.h cast_lcl.h cast_s.h diff --git a/crypto/comp/Makefile.ssl b/crypto/comp/Makefile.ssl index 401651d142..65d9b8a424 100644 --- a/crypto/comp/Makefile.ssl +++ b/crypto/comp/Makefile.ssl @@ -9,7 +9,7 @@ INCLUDES= -I.. -I../../include CFLAG=-g INSTALLTOP=/usr/local/ssl MAKE= make -f Makefile.ssl -MAKEDEPEND= makedepend -f Makefile.ssl +MAKEDEPEND= $(TOP)/util/domd $(TOP) MAKEFILE= Makefile.ssl AR= ar r @@ -93,3 +93,11 @@ $(ERRC).c: $(ERR).err perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c # DO NOT DELETE THIS LINE -- make depend depends on it. + +c_rle.o: ../../include/asn1.h ../../include/bio.h ../../include/bn.h +c_rle.o: ../../include/crypto.h ../../include/objects.h ../../include/stack.h +c_rle.o: comp.h ../../include/asn1.h ../../include/bio.h ../../include/bn.h +c_zlib.o: ../../include/crypto.h ../../include/objects.h ../../include/stack.h +c_zlib.o: comp.h ../../include/asn1.h ../../include/bio.h ../../include/bn.h +comp_lib.o: ../../include/crypto.h ../../include/objects.h +comp_lib.o: ../../include/stack.h comp.h diff --git a/crypto/conf/Makefile.ssl b/crypto/conf/Makefile.ssl index 720ac43c5d..2f6ca60d0b 100644 --- a/crypto/conf/Makefile.ssl +++ b/crypto/conf/Makefile.ssl @@ -9,7 +9,7 @@ INCLUDES= -I.. -I../../include CFLAG=-g INSTALLTOP=/usr/local/ssl MAKE= make -f Makefile.ssl -MAKEDEPEND= makedepend -f Makefile.ssl +MAKEDEPEND= $(TOP)/util/domd $(TOP) MAKEFILE= Makefile.ssl AR= ar r @@ -85,3 +85,8 @@ $(ERRC).c: $(ERR).err perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c # DO NOT DELETE THIS LINE -- make depend depends on it. + +conf.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h +conf.o: ../../include/err.h ../../include/lhash.h ../../include/stack.h +conf.o: ../cryptlib.h ../crypto.h conf.h conf_lcl.h ../../include/err.h +conf_err.o: ../../include/lhash.h ../../include/stack.h conf.h diff --git a/crypto/des/Makefile.ssl b/crypto/des/Makefile.ssl index 9ca1b872be..0719114e8c 100644 --- a/crypto/des/Makefile.ssl +++ b/crypto/des/Makefile.ssl @@ -10,7 +10,7 @@ INCLUDES= CFLAG=-g INSTALLTOP=/usr/local/ssl MAKE= make -f Makefile.ssl -MAKEDEPEND= makedepend -f Makefile.ssl +MAKEDEPEND= $(TOP)/util/domd $(TOP) MAKEFILE= Makefile.ssl AR= ar r DES_ENC= des_enc.o fcrypt_b.o @@ -138,3 +138,12 @@ clean: errors: # DO NOT DELETE THIS LINE -- make depend depends on it. + +cbc_cksm.o: des.h des_locl.h des.h des_locl.h des.h des_locl.h des.h des_locl.h +cfb_enc.o: des.h des_locl.h des.h des_locl.h des.h des_locl.h des.h des_locl.h +ecb_enc.o: spr.h des.h des_locl.h des.h des_locl.h des.h des.h des_locl.h +fcrypt.o: des_locl.h des.h des_locl.h des.h des_locl.h des.h des_locl.h des.h +ofb_enc.o: des_locl.h des.h des_locl.h des.h des_locl.h des.h des_locl.h des.h +read2pwd.o: des_locl.h des.h des_locl.h des.h des_locl.h des_ver.h rpc_des.h +set_key.o: des.h des_locl.h podd.h sk.h des.h des_locl.h des.h des_locl.h des.h +xcbc_enc.o: des_locl.h diff --git a/crypto/dh/Makefile.ssl b/crypto/dh/Makefile.ssl index e634731aa3..128bd5fed5 100644 --- a/crypto/dh/Makefile.ssl +++ b/crypto/dh/Makefile.ssl @@ -9,7 +9,7 @@ INCLUDES= -I.. -I../../include CFLAG=-g INSTALLTOP=/usr/local/ssl MAKE= make -f Makefile.ssl -MAKEDEPEND= makedepend -f Makefile.ssl +MAKEDEPEND= $(TOP)/util/domd $(TOP) MAKEFILE= Makefile.ssl AR= ar r @@ -84,3 +84,15 @@ $(ERRC).c: $(ERR).err perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c # DO NOT DELETE THIS LINE -- make depend depends on it. + +dh_check.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h +dh_check.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h +dh_check.o: ../cryptlib.h ../crypto.h dh.h ../../include/err.h dh.h +dh_gen.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h +dh_gen.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h +dh_gen.o: ../cryptlib.h ../crypto.h dh.h ../../include/bio.h ../../include/bn.h +dh_key.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h +dh_key.o: ../../include/rand.h ../../include/stack.h ../cryptlib.h ../crypto.h +dh_key.o: dh.h ../../include/bio.h ../../include/bn.h ../../include/buffer.h +dh_lib.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h +dh_lib.o: ../cryptlib.h ../crypto.h dh.h diff --git a/crypto/dsa/Makefile.ssl b/crypto/dsa/Makefile.ssl index 3482f6d652..30dab47d76 100644 --- a/crypto/dsa/Makefile.ssl +++ b/crypto/dsa/Makefile.ssl @@ -9,7 +9,7 @@ INCLUDES= -I.. -I../../include CFLAG=-g INSTALLTOP=/usr/local/ssl MAKE= make -f Makefile.ssl -MAKEDEPEND= makedepend -f Makefile.ssl +MAKEDEPEND= $(TOP)/util/domd $(TOP) MAKEFILE= Makefile.ssl AR= ar r @@ -84,3 +84,28 @@ $(ERRC).c: $(ERR).err perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c # DO NOT DELETE THIS LINE -- make depend depends on it. + +dsa_err.o: ../../include/bn.h ../../include/err.h dsa.h ../../include/bio.h +dsa_gen.o: ../../include/bn.h ../../include/buffer.h ../../include/e_os.h +dsa_gen.o: ../../include/err.h ../../include/rand.h ../../include/sha.h +dsa_gen.o: ../../include/stack.h ../cryptlib.h ../crypto.h dsa.h +dsa_key.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h +dsa_key.o: ../../include/e_os.h ../../include/err.h ../../include/rand.h +dsa_key.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h +dsa_key.o: dsa.h ../../include/asn1.h ../../include/bio.h ../../include/bn.h +dsa_lib.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h +dsa_lib.o: ../../include/stack.h ../cryptlib.h ../crypto.h dsa.h +dsa_sign.o: ../../include/asn1.h ../../include/bio.h ../../include/bn.h +dsa_sign.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h +dsa_sign.o: ../../include/rand.h ../../include/stack.h ../cryptlib.h +dsa_sign.o: ../crypto.h dsa.h ../../include/asn1.h ../../include/asn1_mac.h +dsa_vrf.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h +dsa_vrf.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h +dsa_vrf.o: ../../include/dh.h ../../include/e_os.h ../../include/err.h +dsa_vrf.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h +dsa_vrf.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h +dsa_vrf.o: ../../include/pkcs7.h ../../include/rand.h ../../include/rc2.h +dsa_vrf.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h +dsa_vrf.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h +dsa_vrf.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h +dsa_vrf.o: ../crypto.h dsa.h diff --git a/crypto/err/Makefile.ssl b/crypto/err/Makefile.ssl index 57c87eb041..0831f0731f 100644 --- a/crypto/err/Makefile.ssl +++ b/crypto/err/Makefile.ssl @@ -9,7 +9,7 @@ INCLUDES= -I.. -I../../include CFLAG=-g INSTALLTOP=/usr/local/ssl MAKE= make -f Makefile.ssl -MAKEDEPEND= makedepend -f Makefile.ssl +MAKEDEPEND= $(TOP)/util/domd $(TOP) MAKEFILE= Makefile.ssl AR= ar r @@ -78,3 +78,18 @@ clean: errors: # DO NOT DELETE THIS LINE -- make depend depends on it. + +err.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h +err.o: ../../include/lhash.h ../../include/stack.h ../cryptlib.h ../crypto.h +err.o: err.h ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h +err_all.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h +err_all.o: ../../include/conf.h ../../include/des.h ../../include/dh.h +err_all.o: ../../include/dsa.h ../../include/evp.h ../../include/idea.h +err_all.o: ../../include/lhash.h ../../include/md2.h ../../include/md5.h +err_all.o: ../../include/mdc2.h ../../include/objects.h ../../include/pem.h +err_all.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +err_all.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +err_all.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +err_all.o: ../../include/x509_vfy.h ../crypto.h err.h ../../include/bio.h +err_prn.o: ../../include/buffer.h ../../include/e_os.h ../../include/lhash.h +err_prn.o: ../../include/stack.h ../cryptlib.h ../crypto.h err.h diff --git a/crypto/evp/Makefile.ssl b/crypto/evp/Makefile.ssl index 902d6fba0d..6b06748a56 100644 --- a