summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorben <ben>1999-01-19 21:35:54 +0000
committerben <ben>1999-01-19 21:35:54 +0000
commit483f2774c6c3911d5c807509e1b75e50fd4dba4a (patch)
tree36f263c542656aa4412d8a8fdc861e8f2e0bccd1 /crypto
parentd6f9fae8be690a818aad7e8f01529562c6364018 (diff)
downloadopenssl-483f2774c6c3911d5c807509e1b75e50fd4dba4a.tar.gz
Finally lay dependencies to rest (I hope!).
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Makefile.ssl16
-rw-r--r--crypto/asn1/Makefile.ssl592
-rw-r--r--crypto/bf/Makefile.ssl26
-rw-r--r--crypto/bio/Makefile.ssl53
-rw-r--r--crypto/bn/Makefile.ssl47
-rw-r--r--crypto/buffer/Makefile.ssl6
-rw-r--r--crypto/cast/Makefile.ssl5
-rw-r--r--crypto/comp/Makefile.ssl10
-rw-r--r--crypto/conf/Makefile.ssl7
-rw-r--r--crypto/des/Makefile.ssl64
-rw-r--r--crypto/dh/Makefile.ssl14
-rw-r--r--crypto/dsa/Makefile.ssl27
-rw-r--r--crypto/err/Makefile.ssl19
-rw-r--r--crypto/evp/Makefile.ssl504
-rw-r--r--crypto/hmac/Makefile.ssl11
-rw-r--r--crypto/idea/Makefile.ssl5
-rw-r--r--crypto/lhash/Makefile.ssl6
-rw-r--r--crypto/md2/Makefile.ssl6
-rw-r--r--crypto/md5/Makefile.ssl6
-rw-r--r--crypto/mdc2/Makefile.ssl6
-rw-r--r--crypto/objects/Makefile.ssl15
-rw-r--r--crypto/pem/Makefile.ssl70
-rw-r--r--crypto/pkcs7/Makefile.ssl31
-rw-r--r--crypto/rand/Makefile.ssl15
-rw-r--r--crypto/rc2/Makefile.ssl5
-rw-r--r--crypto/rc4/Makefile.ssl40
-rw-r--r--crypto/rc5/Makefile.ssl9
-rw-r--r--crypto/ripemd/Makefile.ssl6
-rw-r--r--crypto/rsa/Makefile.ssl41
-rw-r--r--crypto/sha/Makefile.ssl49
-rw-r--r--crypto/stack/Makefile.ssl5
-rw-r--r--crypto/txt_db/Makefile.ssl6
-rw-r--r--crypto/x509/Makefile.ssl205
33 files changed, 1836 insertions, 91 deletions
diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl
index b91baad73..d89d3dfe3 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 84a4b04d8..7d68e0538 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 1a44992a1..5ddad6099 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
@@ -25,8 +25,8 @@ TEST=bftest.c
APPS=
LIB=$(TOP)/libcrypto.a
-LIBSRC=bf_skey.c bf_ecb.c bf_enc.c bf_cbc.c bf_cfb64.c bf_ofb64.c
-LIBOBJ=bf_skey.o bf_ecb.o $(BF_ENC) bf_cbc.o bf_cfb64.o bf_ofb64.o
+LIBSRC=bf_skey.c bf_ecb.c bf_enc.c bf_cfb64.c bf_ofb64.c
+LIBOBJ=bf_skey.o bf_ecb.o $(BF_ENC) bf_cfb64.o bf_ofb64.o
SRC= $(LIBSRC)
@@ -46,22 +46,25 @@ lib: $(LIBOBJ)
@touch lib
# elf
-asm/bx86-elf.o: asm/bx86-cpp.s asm/bx86unix.cpp
+asm/bx86-elf.o: asm/bx86unix.cpp
$(CPP) -DELF asm/bx86unix.cpp | as -o asm/bx86-elf.o
# solaris
-asm/bx86-sol.o: asm/bx86-cpp.s asm/bx86unix.cpp
+asm/bx86-sol.o: asm/bx86unix.cpp
$(CC) -E -DSOL asm/bx86unix.cpp | sed 's/^#.*//' > asm/bx86-sol.s
as -o asm/bx86-sol.o asm/bx86-sol.s
rm -f asm/bx86-sol.s
# a.out
-asm/bx86-out.o: asm/bx86-cpp.s asm/bx86unix.cpp
+asm/bx86-out.o: asm/bx86unix.cpp
$(CPP) -DOUT asm/bx86unix.cpp | as -o asm/bx86-out.o
# bsdi
-asm/bx86bsdi.o: asm/bx86-cpp.s asm/bx86unix.cpp
- $(CPP) -DBSDI asm/bx86unix.cpp | as -o asm/bx86bsdi.o
+asm/bx86bsdi.o: asm/bx86unix.cpp
+ $(CPP) -DBSDI asm/bx86unix.cpp | sed 's/ :/:/' | as -o asm/bx86bsdi.o
+
+asm/bx86unix.cpp:
+ (cd asm; perl bf-586.pl cpp >bx86unix.cpp)
files:
perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
@@ -73,10 +76,6 @@ links:
$(TOP)/util/mklink.sh ../../include $(EXHEADER)
$(TOP)/util/mklink.sh ../../test $(TEST)
$(TOP)/util/mklink.sh ../../apps $(APPS)
- /bin/rm -f asm/x86ms.pl asm/x86unix.pl
- $(TOP)/util/point.sh ../../perlasm/x86ms.pl asm/x86ms.pl
- $(TOP)/util/point.sh ../../perlasm/x86unix.pl asm/x86unix.pl
-
install:
@for i in $(EXHEADER) ; \
@@ -106,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 3cb667047..c9e29ff63 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 bf3423415..32d0cc1dc 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 756e8b1e2..aefd7869b 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 bbdb3f4a5..cba9c8eed 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 401651d14..65d9b8a42 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 720ac43c5..2f6ca60d0 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 51bfe7cf3..0719114e8 100644
--- a/crypto/des/Makefile.ssl
+++ b/crypto/des/Makefile.ssl
@@ -10,12 +10,12 @@ 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
# or use
-#DES_ENC= dx86-elf.o cx86-elf.o
+#DES_ENC= dx86-elf.o yx86-elf.o
CFLAGS= $(INCLUDES) $(CFLAG)
@@ -24,17 +24,17 @@ TEST=destest.c
APPS=
LIB=$(TOP)/libcrypto.a
-LIBSRC= cbc3_enc.c cbc_cksm.c cbc_enc.c cfb64enc.c cfb_enc.c \
- ecb3_enc.c ecb_enc.c ede_enc.c enc_read.c enc_writ.c \
- fcrypt.c ncbc_enc.c ofb64enc.c ofb_enc.c pcbc_enc.c \
+LIBSRC= cbc_cksm.c cbc_enc.c cfb64enc.c cfb_enc.c \
+ ecb3_enc.c ecb_enc.c enc_read.c enc_writ.c \
+ fcrypt.c ofb64enc.c ofb_enc.c pcbc_enc.c \
qud_cksm.c rand_key.c read_pwd.c rpc_enc.c set_key.c \
des_enc.c fcrypt_b.c read2pwd.c \
fcrypt.c xcbc_enc.c \
str2key.c cfb64ede.c ofb64ede.c supp.c
-LIBOBJ= set_key.o ecb_enc.o ede_enc.o cbc_enc.o cbc3_enc.o \
+LIBOBJ= set_key.o ecb_enc.o cbc_enc.o \
ecb3_enc.o cfb64enc.o cfb64ede.o cfb_enc.o ofb64ede.o \
- enc_read.o enc_writ.o ncbc_enc.o ofb64enc.o \
+ enc_read.o enc_writ.o ofb64enc.o \
ofb_enc.o str2key.o pcbc_enc.o qud_cksm.o rand_key.o \
${DES_ENC} read2pwd.o \
fcrypt.o xcbc_enc.o read_pwd.o rpc_enc.o cbc_cksm.o supp.o
@@ -57,36 +57,42 @@ lib: $(LIBOBJ)
@touch lib
# elf
-asm/dx86-elf.o: asm/dx86-cpp.s asm/dx86unix.cpp
+asm/dx86-elf.o: asm/dx86unix.cpp
$(CPP) -DELF asm/dx86unix.cpp | as -o asm/dx86-elf.o
-asm/cx86-elf.o: asm/cx86-cpp.s asm/cx86unix.cpp
- $(CPP) -DELF asm/cx86unix.cpp | as -o asm/cx86-elf.o
+asm/yx86-elf.o: asm/yx86unix.cpp
+ $(CPP) -DELF asm/yx86unix.cpp | as -o asm/yx86-elf.o
# solaris
-asm/dx86-sol.o: asm/dx86-cpp.s asm/dx86unix.cpp
+asm/dx86-sol.o: asm/dx86unix.cpp
$(CC) -E -DSOL asm/dx86unix.cpp | sed 's/^#.*//' > asm/dx86-sol.s
as -o asm/dx86-sol.o asm/dx86-sol.s
rm -f asm/dx86-sol.s
-asm/cx86-sol.o: asm/cx86-cpp.s asm/cx86unix.cpp
- $(CC) -E -DSOL asm/cx86unix.cpp | sed 's/^#.*//' > asm/cx86-sol.s
- as -o asm/cx86-sol.o asm/cx86-sol.s
- rm -f asm/cx86-sol.s
+asm/yx86-sol.o: asm/yx86unix.cpp
+ $(CC) -E -DSOL asm/yx86unix.cpp | sed 's/^#.*//' > asm/yx86-sol.s
+ as -o asm/yx86-sol.o asm/yx86-sol.s
+ rm -f asm/yx86-sol.s
# a.out
-asm/dx86-out.o: asm/dx86-cpp.s asm/dx86unix.cpp
+asm/dx86-out.o: asm/dx86unix.cpp
$(CPP) -DOUT asm/dx86unix.cpp | as -o asm/dx86-out.o
-asm/cx86-out.o: asm/cx86-cpp.s asm/cx86unix.cpp
- $(CPP) -DOUT asm/cx86unix.cpp | as -o asm/cx86-out.o
+asm/yx86-out.o: asm/yx86unix.cpp
+ $(CPP) -DOUT asm/yx86unix.cpp | as -o asm/yx86-out.o
# bsdi
-asm/dx86bsdi.o: asm/dx86-cpp.s asm/dx86unix.cpp
- $(CPP) -DBSDI asm/dx86unix.cpp | as -o asm/dx86bsdi.o
+asm/dx86bsdi.o: asm/dx86unix.cpp
+ $(CPP) -DBSDI asm/dx86unix.cpp | sed 's/ :/:/' | as -o asm/dx86bsdi.o
-asm/cx86bsdi.o: asm/cx86-cpp.s asm/cx86unix.cpp
- $(CPP) -DBSDI asm/cx86unix.cpp | as -o asm/cx86bsdi.o
+asm/yx86bsdi.o: asm/yx86unix.cpp
+ $(CPP) -DBSDI asm/yx86unix.cpp | sed 's/ :/:/' | as -o asm/yx86bsdi.o
+
+asm/dx86unix.cpp:
+ (cd asm; perl des-586.pl cpp >dx86unix.cpp)
+
+asm/yx86unix.cpp:
+ (cd asm; perl crypt586.pl cpp >yx86unix.cpp)
files:
perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
@@ -95,13 +101,12 @@ links:
/bin/rm -f Makefile
$(TOP)/util/point.sh Makefile.ssl Makefile
/bin/rm -f des.doc
+ /bin/rm -fr asm/perlasm
+ $(TOP)/util/point.sh ../../perlasm asm/perlasm
$(TOP)/util/point.sh ../../doc/des.doc des.doc
$(TOP)/util/mklink.sh ../../include $(EXHEADER)
$(TOP)/util/mklink.sh ../../test $(TEST)
$(TOP)/util/mklink.sh ../../apps $(APPS)
- /bin/rm -f asm/x86ms.pl asm/x86unix.pl
- $(TOP)/util/point.sh ../../perlasm/x86ms.pl asm/x86ms.pl
- $(TOP)/util/point.sh ../../perlasm/x86unix.pl asm/x86unix.pl
install: installs
@@ -133,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 e634731aa..128bd5fed 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 3482f6d65..30dab47d7 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 9e1e451e5..0831f0731 100644
--- a/crypto/err/Makefile.ssl
+++ b/crypto/err/Makefile.ssl
@@ -2,14 +2,14 @@
# SSLeay/crypto/err/Makefile
#
-DIR= error
+DIR= err
TOP= ../..
CC= cc
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 902d6fba0..6b06748a5 100644
--- a/crypto/evp/Makefile.ssl
+++ b/crypto/evp/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
@@ -111,3 +111,505 @@ $(ERRC).c: $(ERR).err
perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+bio_b64.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+bio_b64.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+bio_b64.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+bio_b64.o: ../../include/e_os.h ../../include/err.h ../../include/idea.h
+bio_b64.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+bio_b64.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
+bio_b64.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+bio_b64.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+bio_b64.o: evp.h ../../include/asn1.h ../../include/bio.h
+bio_enc.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+bio_enc.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+bio_enc.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+bio_enc.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+bio_enc.o: ../../include/mdc2.h ../../include/objects.h ../../include/rc2.h
+bio_enc.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+bio_enc.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+bio_enc.o: ../cryptlib.h ../crypto.h evp.h ../../include/asn1.h
+bio_md.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+bio_md.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+bio_md.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+bio_md.o: ../../include/err.h ../../include/idea.h ../../include/md2.h
+bio_md.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+bio_md.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+bio_md.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+bio_md.o: ../../include/stack.h ../cryptlib.h ../crypto.h evp.h
+c_all.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+c_all.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+c_all.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+c_all.o: ../../include/e_os.h ../../include/err.h ../../include/idea.h
+c_all.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+c_all.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
+c_all.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+c_all.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+c_all.o: evp.h ../../include/asn1.h ../../include/bio.h
+digest.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+digest.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+digest.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+digest.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+digest.o: ../../include/mdc2.h ../../include/objects.h ../../include/rc2.h
+digest.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+digest.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+digest.o: ../cryptlib.h ../crypto.h evp.h ../../include/asn1.h
+e_cbc_3d.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+e_cbc_3d.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+e_cbc_3d.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+e_cbc_3d.o: ../../include/err.h ../../include/idea.h ../../include/md2.h
+e_cbc_3d.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+e_cbc_3d.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+e_cbc_3d.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+e_cbc_3d.o: ../../include/stack.h ../cryptlib.h ../crypto.h evp.h
+e_cbc_bf.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+e_cbc_bf.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+e_cbc_bf.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+e_cbc_bf.o: ../../include/e_os.h ../../include/err.h ../../include/idea.h
+e_cbc_bf.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+e_cbc_bf.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
+e_cbc_bf.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+e_cbc_bf.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+e_cbc_bf.o: evp.h ../../include/asn1.h ../../include/bio.h
+e_cbc_c.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+e_cbc_c.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+e_cbc_c.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+e_cbc_c.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+e_cbc_c.o: ../../include/mdc2.h ../../include/objects.h ../../include/rc2.h
+e_cbc_c.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+e_cbc_c.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+e_cbc_c.o: ../cryptlib.h ../crypto.h evp.h ../../include/asn1.h
+e_cbc_d.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+e_cbc_d.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+e_cbc_d.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+e_cbc_d.o: ../../include/err.h ../../include/idea.h ../../include/md2.h
+e_cbc_d.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+e_cbc_d.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+e_cbc_d.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+e_cbc_d.o: ../../include/stack.h ../cryptlib.h ../crypto.h evp.h
+e_cbc_i.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+e_cbc_i.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+e_cbc_i.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+e_cbc_i.o: ../../include/e_os.h ../../include/err.h ../../include/idea.h
+e_cbc_i.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+e_cbc_i.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
+e_cbc_i.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+e_cbc_i.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+e_cbc_i.o: evp.h ../../include/asn1.h ../../include/bio.h
+e_cbc_r2.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+e_cbc_r2.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+e_cbc_r2.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+e_cbc_r2.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+e_cbc_r2.o: ../../include/mdc2.h ../../include/objects.h ../../include/rc2.h
+e_cbc_r2.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+e_cbc_r2.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+e_cbc_r2.o: ../cryptlib.h ../crypto.h evp.h ../../include/asn1.h
+e_cbc_r5.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+e_cbc_r5.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+e_cbc_r5.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+e_cbc_r5.o: ../../include/err.h ../../include/idea.h ../../include/md2.h
+e_cbc_r5.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+e_cbc_r5.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+e_cbc_r5.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+e_cbc_r5.o: ../../include/stack.h ../cryptlib.h ../crypto.h evp.h
+e_cfb_3d.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+e_cfb_3d.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+e_cfb_3d.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+e_cfb_3d.o: ../../include/e_os.h ../../include/err.h ../../include/idea.h
+e_cfb_3d.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+e_cfb_3d.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
+e_cfb_3d.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+e_cfb_3d.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+e_cfb_3d.o: evp.h ../../include/asn1.h ../../include/bio.h
+e_cfb_bf.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+e_cfb_bf.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+e_cfb_bf.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+e_cfb_bf.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+e_cfb_bf.o: ../../include/mdc2.h ../../include/objects.h ../../include/rc2.h
+e_cfb_bf.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+e_cfb_bf.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+e_cfb_bf.o: ../cryptlib.h ../crypto.h evp.h ../../include/asn1.h
+e_cfb_c.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+e_cfb_c.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+e_cfb_c.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+e_cfb_c.o: ../../include/err.h ../../include/idea.h ../../include/md2.h
+e_cfb_c.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+e_cfb_c.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+e_cfb_c.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+e_cfb_c.o: ../../include/stack.h ../cryptlib.h ../crypto.h evp.h
+e_cfb_d.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+e_cfb_d.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+e_cfb_d.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+e_cfb_d.o: ../../include/e_os.h ../../include/err.h ../../include/idea.h
+e_cfb_d.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+e_cfb_d.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
+e_cfb_d.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+e_cfb_d.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+e_cfb_d.o: evp.h ../../include/asn1.h ../../include/bio.h
+e_cfb_i.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+e_cfb_i.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+e_cfb_i.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+e_cfb_i.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+e_cfb_i.o: ../../include/mdc2.h ../../include/objects.h ../../include/rc2.h
+e_cfb_i.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+e_cfb_i.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+e_cfb_i.o: ../cryptlib.h ../crypto.h evp.h ../../include/asn1.h
+e_cfb_r2.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+e_cfb_r2.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+e_cfb_r2.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+e_cfb_r2.o: ../../include/err.h ../../include/idea.h ../../include/md2.h
+e_cfb_r2.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+e_cfb_r2.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+e_cfb_r2.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+e_cfb_r2.o: ../../include/stack.h ../cryptlib.h ../crypto.h evp.h
+e_cfb_r5.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+e_cfb_r5.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+e_cfb_r5.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+e_cfb_r5.o: ../../include/e_os.h ../../include/err.h ../../include/idea.h
+e_cfb_r5.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+e_cfb_r5.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
+e_cfb_r5.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+e_cfb_r5.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+e_cfb_r5.o: evp.h ../../include/asn1.h ../../include/bio.h
+e_ecb_3d.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+e_ecb_3d.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+e_ecb_3d.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+e_ecb_3d.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+e_ecb_3d.o: ../../include/mdc2.h ../../include/objects.h ../../include/rc2.h
+e_ecb_3d.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+e_ecb_3d.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+e_ecb_3d.o: ../cryptlib.h ../crypto.h evp.h ../../include/asn1.h
+e_ecb_bf.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+e_ecb_bf.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+e_ecb_bf.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+e_ecb_bf.o: ../../include/err.h ../../include/idea.h ../../include/md2.h
+e_ecb_bf.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+e_ecb_bf.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+e_ecb_bf.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+e_ecb_bf.o: ../../include/stack.h ../cryptlib.h ../crypto.h evp.h
+e_ecb_c.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+e_ecb_c.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+e_ecb_c.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+e_ecb_c.o: ../../include/e_os.h ../../include/err.h ../../include/idea.h
+e_ecb_c.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+e_ecb_c.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
+e_ecb_c.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+e_ecb_c.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+e_ecb_c.o: evp.h ../../include/asn1.h ../../include/bio.h
+e_ecb_d.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+e_ecb_d.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+e_ecb_d.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+e_ecb_d.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+e_ecb_d.o: ../../include/mdc2.h ../../include/objects.h ../../include/rc2.h
+e_ecb_d.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+e_ecb_d.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+e_ecb_d.o: ../cryptlib.h ../crypto.h evp.h ../../include/asn1.h
+e_ecb_i.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+e_ecb_i.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+e_ecb_i.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+e_ecb_i.o: ../../include/err.h ../../include/idea.h ../../include/md2.h
+e_ecb_i.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+e_ecb_i.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+e_ecb_i.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+e_ecb_i.o: ../../include/stack.h ../cryptlib.h ../crypto.h evp.h
+e_ecb_r2.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+e_ecb_r2.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+e_ecb_r2.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+e_ecb_r2.o: ../../include/e_os.h ../../include/err.h ../../include/idea.h
+e_ecb_r2.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+e_ecb_r2.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
+e_ecb_r2.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+e_ecb_r2.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+e_ecb_r2.o: evp.h ../../include/asn1.h ../../include/bio.h
+e_ecb_r5.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+e_ecb_r5.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+e_ecb_r5.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+e_ecb_r5.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+e_ecb_r5.o: ../../include/mdc2.h ../../include/objects.h ../../include/rc2.h
+e_ecb_r5.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+e_ecb_r5.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+e_ecb_r5.o: ../cryptlib.h ../crypto.h evp.h ../../include/asn1.h
+e_null.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+e_null.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+e_null.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+e_null.o: ../../include/err.h ../../include/idea.h ../../include/md2.h
+e_null.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+e_null.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+e_null.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+e_null.o: ../../include/stack.h ../cryptlib.h ../crypto.h evp.h
+e_ofb_3d.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+e_ofb_3d.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+e_ofb_3d.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+e_ofb_3d.o: ../../include/e_os.h ../../include/err.h ../../include/idea.h
+e_ofb_3d.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+e_ofb_3d.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
+e_ofb_3d.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+e_ofb_3d.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+e_ofb_3d.o: evp.h ../../include/asn1.h ../../include/bio.h
+e_ofb_bf.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+e_ofb_bf.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+e_ofb_bf.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+e_ofb_bf.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+e_ofb_bf.o: ../../include/mdc2.h ../../include/objects.h ../../include/rc2.h
+e_ofb_bf.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+e_ofb_bf.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+e_ofb_bf.o: ../cryptlib.h ../crypto.h evp.h ../../include/asn1.h
+e_ofb_c.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+e_ofb_c.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+e_ofb_c.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+e_ofb_c.o: ../../include/err.h ../../include/idea.h ../../include/md2.h
+e_ofb_c.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+e_ofb_c.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+e_ofb_c.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+e_ofb_c.o: ../../include/stack.h ../cryptlib.h ../crypto.h evp.h
+e_ofb_d.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+e_ofb_d.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+e_ofb_d.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+e_ofb_d.o: ../../include/e_os.h ../../include/err.h ../../include/idea.h
+e_ofb_d.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+e_ofb_d.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
+e_ofb_d.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+e_ofb_d.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+e_ofb_d.o: evp.h ../../include/asn1.h ../../include/bio.h
+e_ofb_i.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+e_ofb_i.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+e_ofb_i.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+e_ofb_i.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+e_ofb_i.o: ../../include/mdc2.h ../../include/objects.h ../../include/rc2.h
+e_ofb_i.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+e_ofb_i.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+e_ofb_i.o: ../cryptlib.h ../crypto.h evp.h ../../include/asn1.h
+e_ofb_r2.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+e_ofb_r2.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+e_ofb_r2.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+e_ofb_r2.o: ../../include/err.h ../../include/idea.h ../../include/md2.h
+e_ofb_r2.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+e_ofb_r2.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+e_ofb_r2.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+e_ofb_r2.o: ../../include/stack.h ../cryptlib.h ../crypto.h evp.h
+e_ofb_r5.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+e_ofb_r5.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+e_ofb_r5.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+e_ofb_r5.o: ../../include/e_os.h ../../include/err.h ../../include/idea.h
+e_ofb_r5.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+e_ofb_r5.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
+e_ofb_r5.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+e_ofb_r5.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+e_ofb_r5.o: evp.h ../../include/asn1.h ../../include/bio.h
+e_rc4.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+e_rc4.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+e_rc4.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+e_rc4.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+e_rc4.o: ../../include/mdc2.h ../../include/objects.h ../../include/rc2.h
+e_rc4.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+e_rc4.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+e_rc4.o: ../cryptlib.h ../crypto.h evp.h ../../include/asn1.h
+e_xcbc_d.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+e_xcbc_d.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+e_xcbc_d.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+e_xcbc_d.o: ../../include/err.h ../../include/idea.h ../../include/md2.h
+e_xcbc_d.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+e_xcbc_d.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+e_xcbc_d.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+e_xcbc_d.o: ../../include/stack.h ../cryptlib.h ../crypto.h evp.h
+encode.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+encode.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+encode.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+encode.o: ../../include/e_os.h ../../include/err.h ../../include/idea.h
+encode.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+encode.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
+encode.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+encode.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+encode.o: evp.h ../../include/asn1.h ../../include/bio.h
+evp_enc.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+evp_enc.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+evp_enc.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+evp_enc.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+evp_enc.o: ../../include/mdc2.h ../../include/objects.h ../../include/rc2.h
+evp_enc.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+evp_enc.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+evp_enc.o: ../cryptlib.h ../crypto.h evp.h ../../include/asn1.h
+evp_err.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+evp_err.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+evp_err.o: ../../include/dsa.h ../../include/err.h ../../include/idea.h
+evp_err.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+evp_err.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
+evp_err.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+evp_err.o: ../../include/sha.h ../../include/stack.h ../crypto.h evp.h
+evp_key.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+evp_key.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+evp_key.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+evp_key.o: ../../include/e_os.h ../../include/err.h ../../include/idea.h
+evp_key.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+evp_key.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+evp_key.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+evp_key.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+evp_key.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+evp_key.o: ../crypto.h evp.h ../../include/asn1.h ../../include/bio.h
+evp_lib.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+evp_lib.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+evp_lib.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+evp_lib.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+evp_lib.o: ../../include/mdc2.h ../../include/objects.h ../../include/rc2.h
+evp_lib.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+evp_lib.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+evp_lib.o: ../cryptlib.h ../crypto.h evp.h ../../include/asn1.h
+m_dss.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+m_dss.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+m_dss.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+m_dss.o: ../../include/err.h ../../include/idea.h ../../include/md2.h
+m_dss.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+m_dss.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+m_dss.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+m_dss.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+m_dss.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h evp.h
+m_dss1.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+m_dss1.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+m_dss1.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+m_dss1.o: ../../include/e_os.h ../../include/err.h ../../include/idea.h
+m_dss1.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+m_dss1.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+m_dss1.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+m_dss1.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+m_dss1.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+m_dss1.o: ../crypto.h evp.h ../../include/asn1.h ../../include/bio.h
+m_md2.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+m_md2.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+m_md2.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+m_md2.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+m_md2.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+m_md2.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+m_md2.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+m_md2.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+m_md2.o: ../cryptlib.h ../crypto.h evp.h ../../include/asn1.h
+m_md5.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+m_md5.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+m_md5.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+m_md5.o: ../../include/err.h ../../include/idea.h ../../include/md2.h
+m_md5.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+m_md5.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+m_md5.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+m_md5.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+m_md5.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h evp.h
+m_mdc2.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+m_mdc2.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+m_mdc2.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+m_mdc2.o: ../../include/e_os.h ../../include/err.h ../../include/idea.h
+m_mdc2.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+m_mdc2.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+m_mdc2.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+m_mdc2.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+m_mdc2.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+m_mdc2.o: ../crypto.h evp.h ../../include/asn1.h ../../include/bio.h
+m_null.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+m_null.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+m_null.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+m_null.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+m_null.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+m_null.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+m_null.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+m_null.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+m_null.o: ../cryptlib.h ../crypto.h evp.h ../../include/asn1.h
+m_ripemd.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+m_ripemd.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+m_ripemd.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+m_ripemd.o: ../../include/err.h ../../include/idea.h ../../include/md2.h
+m_ripemd.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+m_ripemd.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+m_ripemd.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+m_ripemd.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+m_ripemd.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h evp.h
+m_sha.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+m_sha.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+m_sha.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+m_sha.o: ../../include/e_os.h ../../include/err.h ../../include/idea.h
+m_sha.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+m_sha.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+m_sha.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+m_sha.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+m_sha.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+m_sha.o: ../crypto.h evp.h ../../include/asn1.h ../../include/bio.h
+m_sha1.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+m_sha1.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+m_sha1.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+m_sha1.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+m_sha1.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+m_sha1.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+m_sha1.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+m_sha1.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+m_sha1.o: ../cryptlib.h ../crypto.h evp.h ../../include/asn1.h
+names.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+names.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+names.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+names.o: ../../include/err.h ../../include/idea.h ../../include/md2.h
+names.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+names.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+names.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+names.o: ../../include/stack.h ../cryptlib.h ../crypto.h evp.h
+p_dec.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+p_dec.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+p_dec.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+p_dec.o: ../../include/e_os.h ../../include/err.h ../../include/idea.h
+p_dec.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+p_dec.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rand.h
+p_dec.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+p_dec.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+p_dec.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+p_dec.o: ../cryptlib.h ../crypto.h evp.h ../../include/asn1.h
+p_enc.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+p_enc.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+p_enc.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+p_enc.o: ../../include/err.h ../../include/idea.h ../../include/md2.h
+p_enc.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+p_enc.o: ../../include/pkcs7.h ../../include/rand.h ../../include/rc2.h
+p_enc.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+p_enc.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+p_enc.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+p_enc.o: ../crypto.h evp.h ../../include/asn1.h ../../include/asn1_mac.h
+p_lib.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+p_lib.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+p_lib.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+p_lib.o: ../../include/err.h ../../include/idea.h ../../include/md2.h
+p_lib.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+p_lib.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+p_lib.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+p_lib.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+p_lib.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h evp.h
+p_open.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+p_open.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+p_open.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+p_open.o: ../../include/e_os.h ../../include/err.h ../../include/idea.h
+p_open.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+p_open.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+p_open.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+p_open.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+p_open.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+p_open.o: ../crypto.h evp.h ../../include/asn1.h ../../include/bio.h
+p_seal.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+p_seal.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+p_seal.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+p_seal.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+p_seal.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+p_seal.o: ../../include/rand.h ../../include/rc2.h ../../include/rc4.h
+p_seal.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+p_seal.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+p_seal.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h evp.h
+p_sign.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+p_sign.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+p_sign.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+p_sign.o: ../../include/e_os.h ../../include/err.h ../../include/idea.h
+p_sign.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+p_sign.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+p_sign.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+p_sign.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+p_sign.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+p_sign.o: ../crypto.h evp.h ../../include/asn1.h ../../include/bio.h
+p_verify.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+p_verify.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+p_verify.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+p_verify.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+p_verify.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+p_verify.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+p_verify.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+p_verify.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+p_verify.o: ../cryptlib.h ../crypto.h evp.h
diff --git a/crypto/hmac/Makefile.ssl b/crypto/hmac/Makefile.ssl
index 7a042b726..d373e523f 100644
--- a/crypto/hmac/Makefile.ssl
+++ b/crypto/hmac/Makefile.ssl
@@ -9,7 +9,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
@@ -78,3 +78,12 @@ clean:
errors:
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+hmac.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+hmac.o: ../../include/bn.h ../../include/cast.h ../../include/crypto.h
+hmac.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+hmac.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+hmac.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+hmac.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+hmac.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+hmac.o: ../../include/stack.h hmac.h
diff --git a/crypto/idea/Makefile.ssl b/crypto/idea/Makefile.ssl
index 41b42ce03..bde41dd20 100644
--- a/crypto/idea/Makefile.ssl
+++ b/crypto/idea/Makefile.ssl
@@ -9,7 +9,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
@@ -78,3 +78,6 @@ clean:
errors:
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+i_cbc.o: idea.h idea_lcl.h idea.h idea_lcl.h idea.h idea_lcl.h idea.h
+i_ofb64.o: idea_lcl.h idea.h idea_lcl.h
diff --git a/crypto/lhash/Makefile.ssl b/crypto/lhash/Makefile.ssl
index cb08547b4..cb542f521 100644
--- a/crypto/lhash/Makefile.ssl
+++ b/crypto/lhash/Makefile.ssl
@@ -9,7 +9,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
@@ -78,3 +78,7 @@ clean:
errors:
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+lh_stats.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+lh_stats.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+lh_stats.o: lhash.h ../../include/stack.h ../crypto.h lhash.h
diff --git a/crypto/md2/Makefile.ssl b/crypto/md2/Makefile.ssl
index 5ea314943..c28e26f37 100644
--- a/crypto/md2/Makefile.ssl
+++ b/crypto/md2/Makefile.ssl
@@ -9,7 +9,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
@@ -78,3 +78,7 @@ clean:
errors:
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+md2_dgst.o: md2.h ../../include/bio.h ../../include/buffer.h
+md2_one.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h
+md2_one.o: ../cryptlib.h ../crypto.h md2.h
diff --git a/crypto/md5/Makefile.ssl b/crypto/md5/Makefile.ssl
index 47e1ce05c..524582352 100644
--- a/crypto/md5/Makefile.ssl
+++ b/crypto/md5/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
@@ -59,7 +59,7 @@ asm/mx86-out.o: asm/mx86unix.cpp
# bsdi
asm/mx86bsdi.o: asm/mx86unix.cpp
- $(CPP) -DBSDI asm/mx86unix.cpp | as -o asm/mx86bsdi.o
+ $(CPP) -DBSDI asm/mx86unix.cpp | sed 's/ :/:/' | as -o asm/mx86bsdi.o
asm/mx86unix.cpp:
(cd asm; perl md5-586.pl cpp >mx86unix.cpp)
@@ -102,3 +102,5 @@ clean:
errors:
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+md5_dgst.o: md5.h md5_locl.h md5.h md5_locl.h
diff --git a/crypto/mdc2/Makefile.ssl b/crypto/mdc2/Makefile.ssl
index 495a2789a..714386f79 100644
--- a/crypto/mdc2/Makefile.ssl
+++ b/crypto/mdc2/Makefile.ssl
@@ -9,7 +9,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
@@ -78,3 +78,7 @@ clean:
errors:
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+mdc2_one.o: ../../include/bio.h ../../include/buffer.h ../../include/des.h
+mdc2_one.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h
+mdc2_one.o: ../cryptlib.h ../crypto.h mdc2.h ../../include/des.h mdc2.h
diff --git a/crypto/objects/Makefile.ssl b/crypto/objects/Makefile.ssl
index a61cde7fe..ace391532 100644
--- a/crypto/objects/Makefile.ssl
+++ b/crypto/objects/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
@@ -87,3 +87,16 @@ $(ERRC).c: $(ERR).err
perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+o_names.o: ../../include/asn1.h ../../include/bio.h ../../include/bn.h
+o_names.o: ../../include/crypto.h ../../include/lhash.h ../../include/stack.h
+o_names.o: objects.h ../../include/asn1.h ../../include/bio.h
+obj_dat.o: ../../include/bn.h ../../include/buffer.h ../../include/crypto.h
+obj_dat.o: ../../include/e_os.h ../../include/err.h ../../include/lhash.h
+obj_dat.o: ../../include/stack.h ../cryptlib.h obj_dat.h objects.h
+obj_err.o: ../../include/asn1.h ../../include/bio.h ../../include/bn.h
+obj_err.o: ../../include/crypto.h ../../include/err.h ../../include/stack.h
+obj_err.o: objects.h ../../include/asn1.h ../../include/bio.h
+obj_lib.o: ../../include/bn.h ../../include/buffer.h ../../include/crypto.h
+obj_lib.o: ../../include/e_os.h ../../include/err.h ../../include/lhash.h
+obj_lib.o: ../../include/stack.h ../cryptlib.h objects.h
diff --git a/crypto/pem/Makefile.ssl b/crypto/pem/Makefile.ssl
index cbc2d9821..dabeda87f 100644
--- a/crypto/pem/Makefile.ssl
+++ b/crypto/pem/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
@@ -96,3 +96,71 @@ $(ERRC).c: $(ERR).err
perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+ctx_size.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+ctx_size.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+ctx_size.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+ctx_size.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+ctx_size.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+ctx_size.o: ../../include/mdc2.h ../../include/objects.h ../../include/rc2.h
+ctx_size.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+ctx_size.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+ctx_size.o: ../cryptlib.h ../crypto.h ../../include/asn1.h ../../include/bio.h
+pem_all.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+pem_all.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+pem_all.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+pem_all.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+pem_all.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+pem_all.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+pem_all.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+pem_all.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+pem_all.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h pem.h
+pem_err.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+pem_err.o: ../../include/bn.h ../../include/cast.h ../../include/des.h
+pem_err.o: ../../include/dh.h ../../include/dsa.h ../../include/err.h
+pem_err.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+pem_err.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+pem_err.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+pem_err.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+pem_err.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+pem_err.o: ../../include/x509_vfy.h ../crypto.h pem.h ../../include/asn1.h
+pem_info.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+pem_info.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+pem_info.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+pem_info.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+pem_info.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+pem_info.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+pem_info.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+pem_info.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+pem_info.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+pem_info.o: ../crypto.h pem.h ../../include/asn1.h ../../include/bio.h
+pem_lib.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+pem_lib.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+pem_lib.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+pem_lib.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+pem_lib.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+pem_lib.o: ../../include/pkcs7.h ../../include/rand.h ../../include/rc2.h
+pem_lib.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+pem_lib.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+pem_lib.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+pem_lib.o: ../crypto.h pem.h ../../include/asn1.h ../../include/bio.h
+pem_seal.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+pem_seal.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+pem_seal.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+pem_seal.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+pem_seal.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+pem_seal.o: ../../include/pkcs7.h ../../include/rand.h ../../include/rc2.h
+pem_seal.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+pem_seal.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+pem_seal.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+pem_seal.o: ../crypto.h pem.h ../../include/asn1.h ../../include/bio.h
+pem_sign.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+pem_sign.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+pem_sign.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+pem_sign.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+pem_sign.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+pem_sign.o: ../../include/pkcs7.h ../../include/rand.h ../../include/rc2.h
+pem_sign.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+pem_sign.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+pem_sign.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+pem_sign.o: ../crypto.h pem.h
diff --git a/crypto/pkcs7/Makefile.ssl b/crypto/pkcs7/Makefile.ssl
index 7cffde48e..6d442d332 100644
--- a/crypto/pkcs7/Makefile.ssl
+++ b/crypto/pkcs7/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
@@ -86,3 +86,32 @@ $(ERRC).c: $(ERR).err
perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+pk7_doit.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+pk7_doit.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+pk7_doit.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+pk7_doit.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+pk7_doit.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+pk7_doit.o: ../../include/mdc2.h ../../include/objects.h ../../include/rand.h
+pk7_doit.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+pk7_doit.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+pk7_doit.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+pk7_doit.o: ../cryptlib.h ../crypto.h pkcs7.h ../../include/asn1.h
+pk7_lib.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+pk7_lib.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+pk7_lib.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+pk7_lib.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+pk7_lib.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+pk7_lib.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
+pk7_lib.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+pk7_lib.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+pk7_lib.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h pkcs7.h
+pkcs7err.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+pkcs7err.o: ../../include/bn.h ../../include/cast.h ../../include/des.h
+pkcs7err.o: ../../include/dh.h ../../include/dsa.h ../../include/err.h
+pkcs7err.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+pkcs7err.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+pkcs7err.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+pkcs7err.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+pkcs7err.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+pkcs7err.o: ../crypto.h pkcs7.h
diff --git a/crypto/rand/Makefile.ssl b/crypto/rand/Makefile.ssl
index d04f0a9b4..53fc413cb 100644
--- a/crypto/rand/Makefile.ssl
+++ b/crypto/rand/Makefile.ssl
@@ -9,7 +9,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
@@ -20,8 +20,8 @@ TEST= randtest.c
APPS=
LIB=$(TOP)/libcrypto.a
-LIBSRC=md_rand.c randfile.c
-LIBOBJ=md_rand.o randfile.o
+LIBSRC=md_rand.c randfile.c rand_lib.c
+LIBOBJ=md_rand.o randfile.o rand_lib.o
SRC= $(LIBSRC)
@@ -78,3 +78,12 @@ clean:
errors:
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+md_rand.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+md_rand.o: ../../include/err.h ../../include/md5.h ../../include/stack.h
+md_rand.o: ../cryptlib.h ../crypto.h rand.h ../../include/bio.h
+rand_lib.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+rand_lib.o: ../../include/stack.h ../cryptlib.h ../crypto.h rand.h
+randfile.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+randfile.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+randfile.o: rand.h
diff --git a/crypto/rc2/Makefile.ssl b/crypto/rc2/Makefile.ssl
index c5138f13e..d327d6a18 100644
--- a/crypto/rc2/Makefile.ssl
+++ b/crypto/rc2/Makefile.ssl
@@ -9,7 +9,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
@@ -78,3 +78,6 @@ clean:
errors:
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+rc2_cbc.o: rc2.h rc2_locl.h rc2.h rc2_locl.h rc2.h rc2_locl.h rc2.h rc2_locl.h
+rc2ofb64.o: rc2.h rc2_locl.h
diff --git a/crypto/rc4/Makefile.ssl b/crypto/rc4/Makefile.ssl
index 2f40d4ed9..0a313ac7b 100644
--- a/crypto/rc4/Makefile.ssl
+++ b/crypto/rc4/Makefile.ssl
@@ -9,10 +9,17 @@ 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
+RC4_ENC=rc4_enc.o
+# or use
+#RC4_ENC=asm/rx86-elf.o
+#RC4_ENC=asm/rx86-out.o
+#RC4_ENC=asm/rx86-sol.o
+#RC4_ENC=asm/rx86bdsi.o
+
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile
@@ -20,13 +27,13 @@ TEST=rc4test.c
APPS=
LIB=$(TOP)/libcrypto.a
-LIBSRC=rc4_enc.c
-LIBOBJ=rc4_enc.o
+LIBSRC=rc4_skey.c rc4_enc.c
+LIBOBJ=rc4_skey.o $(RC4_ENC)
SRC= $(LIBSRC)
EXHEADER= rc4.h
-HEADER= $(EXHEADER)
+HEADER= $(EXHEADER) rc4_locl.h
ALL= $(GENERAL) $(SRC) $(HEADER)
@@ -40,6 +47,27 @@ lib: $(LIBOBJ)
sh $(TOP)/util/ranlib.sh $(LIB)
@touch lib
+# elf
+asm/rx86-elf.o: asm/rx86unix.cpp
+ $(CPP) -DELF asm/rx86unix.cpp | as -o asm/rx86-elf.o
+
+# solaris
+asm/rx86-sol.o: asm/rx86unix.cpp
+ $(CC) -E -DSOL asm/rx86unix.cpp | sed 's/^#.*//' > asm/rx86-sol.s
+ as -o asm/rx86-sol.o asm/rx86-sol.s
+ rm -f asm/rx86-sol.s
+
+# a.out
+asm/rx86-out.o: asm/rx86unix.cpp
+ $(CPP) -DOUT asm/rx86unix.cpp | as -o asm/rx86-out.o
+
+# bsdi
+asm/rx86bsdi.o: asm/rx86unix.cpp
+ $(CPP) -DBSDI asm/rx86unix.cpp | sed 's/ :/:/' | as -o asm/rx86bsdi.o
+
+asm/rx86unix.cpp:
+ (cd asm; perl rc4-586.pl cpp >rx86unix.cpp)
+
files:
perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
@@ -73,8 +101,10 @@ dclean:
mv -f Makefile.new $(MAKEFILE)
clean:
- /bin/rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
+ /bin/rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff asm/*.o
errors:
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+rc4_enc.o: rc4.h rc4_locl.h rc4.h rc4_locl.h
diff --git a/crypto/rc5/Makefile.ssl b/crypto/rc5/Makefile.ssl
index 5e98ee234..208029b63 100644
--- a/crypto/rc5/Makefile.ssl
+++ b/crypto/rc5/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
@@ -61,7 +61,7 @@ asm/r586-out.o: asm/r586unix.cpp
# bsdi
asm/r586bsdi.o: asm/r586unix.cpp
- $(CPP) -DBSDI asm/r586unix.cpp | as -o asm/r586bsdi.o
+ $(CPP) -DBSDI asm/r586unix.cpp | sed 's/ :/:/' | as -o asm/r586bsdi.o
asm/r586unix.cpp:
(cd asm; perl rc5-586.pl cpp >r586unix.cpp)
@@ -72,7 +72,7 @@ files:
links:
/bin/rm -f Makefile
$(TOP)/util/point.sh Makefile.ssl Makefile ;
- $(TOP)/util/point.sh ../../doc/rc5.doc rc5.doc ;
+ # $(TOP)/util/point.sh ../../doc/rc5.doc rc5.doc ;
$(TOP)/util/mklink.sh ../../include $(EXHEADER)
$(TOP)/util/mklink.sh ../../test $(TEST)
$(TOP)/util/mklink.sh ../../apps $(APPS)
@@ -105,3 +105,6 @@ clean:
errors:
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+rc5_ecb.o: rc5.h rc5_locl.h rc5.h rc5_locl.h rc5.h rc5_locl.h rc5.h rc5_locl.h
+rc5ofb64.o: rc5.h rc5_locl.h
diff --git a/crypto/ripemd/Makefile.ssl b/crypto/ripemd/Makefile.ssl
index 67d47ceb2..f4f74d885 100644
--- a/crypto/ripemd/Makefile.ssl
+++ b/crypto/ripemd/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
@@ -59,7 +59,7 @@ asm/rm86-out.o: asm/rm86unix.cpp
# bsdi
asm/rm86bsdi.o: asm/rm86unix.cpp
- $(CPP) -DBSDI asm/rm86unix.cpp | as -o asm/rm86bsdi.o
+ $(CPP) -DBSDI asm/rm86unix.cpp | sed 's/ :/:/' | as -o asm/rm86bsdi.o
asm/rm86unix.cpp:
(cd asm; perl rmd-586.pl cpp >rm86unix.cpp)
@@ -102,3 +102,5 @@ clean:
errors:
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+rmd_dgst.o: ripemd.h rmd_locl.h rmdconst.h ripemd.h rmd_locl.h rmdconst.h
diff --git a/crypto/rsa/Makefile.ssl b/crypto/rsa/Makefile.ssl
index f706c4188..0c1a1738b 100644
--- a/crypto/rsa/Makefile.ssl
+++ b/crypto/rsa/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
@@ -86,3 +86,42 @@ $(ERRC).c: $(ERR).err
perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+rsa_eay.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h
+rsa_eay.o: ../../include/e_os.h ../../include/err.h ../../include/rand.h
+rsa_eay.o: ../../include/stack.h ../cryptlib.h ../crypto.h rsa.h
+rsa_err.o: ../../include/bn.h ../../include/err.h ../../include/stack.h
+rsa_err.o: ../crypto.h rsa.h ../../include/bio.h ../../include/bn.h
+rsa_gen.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+rsa_gen.o: ../../include/stack.h ../cryptlib.h ../crypto.h rsa.h
+rsa_lib.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h
+rsa_lib.o: ../../include/e_os.h ../../include/err.h ../../include/lhash.h
+rsa_lib.o: ../../include/stack.h ../cryptlib.h ../crypto.h rsa.h
+rsa_none.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h
+rsa_none.o: ../../include/e_os.h ../../include/err.h ../../include/rand.h
+rsa_none.o: ../../include/stack.h ../cryptlib.h ../crypto.h rsa.h
+rsa_pk1.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h
+rsa_pk1.o: ../../include/e_os.h ../../include/err.h ../../include/rand.h
+rsa_pk1.o: ../../include/stack.h ../cryptlib.h ../crypto.h rsa.h
+rsa_saos.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+rsa_saos.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+rsa_saos.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+rsa_saos.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+rsa_saos.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+rsa_saos.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+rsa_saos.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+rsa_saos.o: ../../include/ripemd.h ../../include/sha.h ../../include/stack.h
+rsa_saos.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+rsa_saos.o: ../crypto.h rsa.h ../../include/asn1.h ../../include/bio.h
+rsa_sign.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+rsa_sign.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+rsa_sign.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+rsa_sign.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+rsa_sign.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+rsa_sign.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+rsa_sign.o: ../../include/rc5.h ../../include/ripemd.h ../../include/sha.h
+rsa_sign.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+rsa_sign.o: ../cryptlib.h ../crypto.h rsa.h ../../include/bio.h
+rsa_ssl.o: ../../include/bn.h ../../include/buffer.h ../../include/e_os.h
+rsa_ssl.o: ../../include/err.h ../../include/rand.h ../../include/stack.h
+rsa_ssl.o: ../cryptlib.h ../crypto.h rsa.h
diff --git a/crypto/sha/Makefile.ssl b/crypto/sha/Makefile.ssl
index 3c3a9abd4..9b32b3d0d 100644
--- a/crypto/sha/Makefile.ssl
+++ b/crypto/sha/Makefile.ssl
@@ -2,16 +2,18 @@
# SSLeay/crypto/sha/Makefile
#
-DIR= sha
-TOP= ../..
-CC= cc
+DIR= sha
+TOP= ../..
+CC= cc
INCLUDES=
CFLAG=-g
INSTALLTOP=/usr/local/ssl
-MAKE= make -f Makefile.ssl
-MAKEDEPEND= makedepend -f Makefile.ssl
-MAKEFILE= Makefile.ssl
-AR= ar r
+MAKE= make -f Makefile.ssl
+MAKEDEPEND= $(TOP)/util/domd $(TOP)
+MAKEFILE= Makefile.ssl
+AR= ar r
+
+SHA1_ASM_OBJ=
CFLAGS= $(INCLUDES) $(CFLAG)
@@ -21,25 +23,46 @@ APPS=
LIB=$(TOP)/libcrypto.a
LIBSRC=sha_dgst.c sha1dgst.c sha_one.c sha1_one.c
-LIBOBJ=sha_dgst.o sha1dgst.o sha_one.o sha1_one.o
+LIBOBJ=sha_dgst.o sha1dgst.o sha_one.o sha1_one.o $(SHA1_ASM_OBJ)
SRC= $(LIBSRC)
EXHEADER= sha.h
-HEADER= sha_locl.h $(EXHEADER)
+HEADER= sha_locl.h $(EXHEADER)
ALL= $(GENERAL) $(SRC) $(HEADER)
top:
(cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
-all: lib
+all: lib
-lib: $(LIBOBJ)
+lib: $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)
sh $(TOP)/util/ranlib.sh $(LIB)
@touch lib
+# elf
+asm/sx86-elf.o: asm/sx86unix.cpp
+ $(CPP) -DELF asm/sx86unix.cpp | as -o asm/sx86-elf.o
+
+# solaris
+asm/sx86-sol.o: asm/sx86unix.cpp
+ $(CC) -E -DSOL asm/sx86unix.cpp | sed 's/^#.*//' > asm/sx86-sol.s
+ as -o asm/sx86-sol.o asm/sx86-sol.s
+ rm -f asm/sx86-sol.s
+
+# a.out
+asm/sx86-out.o: asm/sx86unix.cpp
+ $(CPP) -DOUT asm/sx86unix.cpp | as -o asm/sx86-out.o
+
+# bsdi
+asm/sx86bsdi.o: asm/sx86unix.cpp
+ $(CPP) -DBSDI asm/sx86unix.cpp | sed 's/ :/:/' | as -o asm/sx86bsdi.o
+
+asm/sx86unix.cpp:
+ (cd asm; perl sha1-586.pl cpp >sx86unix.cpp)
+
files:
perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
@@ -73,8 +96,10 @@ dclean:
mv -f Makefile.new $(MAKEFILE)
clean:
- /bin/rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
+ /bin/rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff asm/*.o
errors:
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+sha1_one.o: sha.h sha.h sha_locl.h sha.h sha_locl.h sha.h
diff --git a/crypto/stack/Makefile.ssl b/crypto/stack/Makefile.ssl
index 0d232c08c..14274cee9 100644
--- a/crypto/stack/Makefile.ssl
+++ b/crypto/stack/Makefile.ssl
@@ -9,7 +9,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
@@ -78,3 +78,6 @@ clean:
errors:
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+stack.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+stack.o: ../../include/err.h ../cryptlib.h ../crypto.h stack.h
diff --git a/crypto/txt_db/Makefile.ssl b/crypto/txt_db/Makefile.ssl
index 76e511534..5ff4f13c1 100644
--- a/crypto/txt_db/Makefile.ssl
+++ b/crypto/txt_db/Makefile.ssl
@@ -9,7 +9,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
@@ -78,3 +78,7 @@ clean:
errors:
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+txt_db.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+txt_db.o: ../../include/err.h ../../include/lhash.h ../../include/stack.h
+txt_db.o: ../cryptlib.h ../crypto.h txt_db.h
diff --git a/crypto/x509/Makefile.ssl b/crypto/x509/Makefile.ssl
index 63c0e214b..ae7a76817 100644
--- a/crypto/x509/Makefile.ssl
+++ b/crypto/x509/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
@@ -96,3 +96,206 @@ $(ERRC).c: $(ERR).err
perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+by_dir.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+by_dir.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+by_dir.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+by_dir.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+by_dir.o: ../../include/idea.h ../../include/lhash.h ../../include/md2.h
+by_dir.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+by_dir.o: ../../include/pem.h ../../include/pkcs7.h ../../include/rc2.h
+by_dir.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+by_dir.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+by_dir.o: ../cryptlib.h ../crypto.h x509.h x509_vfy.h ../../include/asn1.h
+by_file.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+by_file.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+by_file.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+by_file.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+by_file.o: ../../include/lhash.h ../../include/md2.h ../../include/md5.h
+by_file.o: ../../include/mdc2.h ../../include/objects.h ../../include/pem.h
+by_file.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+by_file.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+by_file.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+by_file.o: x509.h x509_vfy.h ../../include/asn1.h ../../include/bio.h
+v3_net.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+v3_net.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+v3_net.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+v3_net.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+v3_net.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+v3_net.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+v3_net.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+v3_net.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+v3_net.o: x509.h x509_vfy.h ../../include/asn1.h ../../include/bio.h
+v3_x509.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+v3_x509.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+v3_x509.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+v3_x509.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+v3_x509.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+v3_x509.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+v3_x509.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+v3_x509.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+v3_x509.o: x509.h x509_vfy.h ../../include/asn1.h ../../include/bio.h
+x509_cmp.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+x509_cmp.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+x509_cmp.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+x509_cmp.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+x509_cmp.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+x509_cmp.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+x509_cmp.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+x509_cmp.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+x509_cmp.o: x509.h x509_vfy.h ../../include/asn1.h ../../include/bio.h
+x509_d2.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+x509_d2.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+x509_d2.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+x509_d2.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+x509_d2.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+x509_d2.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+x509_d2.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+x509_d2.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+x509_d2.o: x509.h x509_vfy.h ../../include/asn1.h ../../include/bio.h
+x509_def.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+x509_def.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+x509_def.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+x509_def.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+x509_def.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+x509_def.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+x509_def.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+x509_def.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+x509_def.o: x509.h x509_vfy.h ../../include/asn1.h ../../include/bio.h
+x509_err.o: ../../include/blowfish.h ../../include/bn.h ../../include/cast.h
+x509_err.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+x509_err.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+x509_err.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+x509_err.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+x509_err.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+x509_err.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+x509_err.o: ../crypto.h x509.h x509_vfy.h ../../include/asn1.h
+x509_ext.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+x509_ext.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+x509_ext.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+x509_ext.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+x509_ext.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+x509_ext.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+x509_ext.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+x509_ext.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+x509_ext.o: ../cryptlib.h ../crypto.h x509.h x509_vfy.h ../../include/asn1.h
+x509_lu.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+x509_lu.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+x509_lu.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+x509_lu.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+x509_lu.o: ../../include/lhash.h ../../include/md2.h ../../include/md5.h
+x509_lu.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+x509_lu.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+x509_lu.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+x509_lu.o: ../../include/stack.h ../cryptlib.h ../crypto.h x509.h x509_vfy.h
+x509_obj.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+x509_obj.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+x509_obj.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+x509_obj.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+x509_obj.o: ../../include/idea.h ../../include/lhash.h ../../include/md2.h
+x509_obj.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+x509_obj.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+x509_obj.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+x509_obj.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+x509_obj.o: x509.h x509_vfy.h ../../include/asn1.h ../../include/bio.h
+x509_r2x.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+x509_r2x.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+x509_r2x.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+x509_r2x.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+x509_r2x.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+x509_r2x.o: ../../include/pem.h ../../include/pkcs7.h ../../include/rc2.h
+x509_r2x.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+x509_r2x.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+x509_r2x.o: ../cryptlib.h ../crypto.h x509.h x509_vfy.h ../../include/asn1.h
+x509_req.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+x509_req.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+x509_req.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+x509_req.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+x509_req.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+x509_req.o: ../../include/objects.h ../../include/pem.h ../../include/pkcs7.h
+x509_req.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+x509_req.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+x509_req.o: ../../include/stack.h ../cryptlib.h ../crypto.h x509.h x509_vfy.h
+x509_set.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+x509_set.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+x509_set.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+x509_set.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+x509_set.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+x509_set.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+x509_set.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+x509_set.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+x509_set.o: ../../include/stack.h ../cryptlib.h ../crypto.h x509.h x509_vfy.h
+x509_txt.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+x509_txt.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+x509_txt.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+x509_txt.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+x509_txt.o: ../../include/idea.h ../../include/lhash.h ../../include/md2.h
+x509_txt.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+x509_txt.o: ../../include/pem.h ../../include/pkcs7.h ../../include/rc2.h
+x509_txt.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+x509_txt.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+x509_txt.o: ../cryptlib.h ../crypto.h x509.h x509_vfy.h ../../include/asn1.h
+x509_v3.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+x509_v3.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+x509_v3.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+x509_v3.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+x509_v3.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+x509_v3.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+x509_v3.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+x509_v3.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+x509_v3.o: ../cryptlib.h ../crypto.h x509.h x509_vfy.h ../../include/asn1.h
+x509_vfy.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+x509_vfy.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+x509_vfy.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+x509_vfy.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+x509_vfy.o: ../../include/lhash.h ../../include/md2.h ../../include/md5.h
+x509_vfy.o: ../../include/mdc2.h ../../include/objects.h ../../include/pem.h
+x509_vfy.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+x509_vfy.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+x509_vfy.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+x509_vfy.o: x509.h x509_vfy.h ../../include/asn1.h ../../include/bio.h
+x509name.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+x509name.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+x509name.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+x509name.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+x509name.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+x509name.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+x509name.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+x509name.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+x509name.o: x509.h x509_vfy.h ../../include/asn1.h ../../include/bio.h
+x509pack.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+x509pack.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+x509pack.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+x509pack.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+x509pack.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+x509pack.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+x509pack.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+x509pack.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+x509pack.o: x509.h x509_vfy.h ../../include/asn1.h ../../include/bio.h
+x509rset.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+x509rset.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+x509rset.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+x509rset.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+x509rset.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+x509rset.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+x509rset.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+x509rset.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+x509rset.o: x509.h x509_vfy.h ../../include/asn1.h ../../include/bio.h
+x509type.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+x509type.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+x509type.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+x509type.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+x509type.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+x509type.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+x509type.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+x509type.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+x509type.o: x509.h x509_vfy.h ../../include/asn1.h ../../include/bio.h
+x_all.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+x_all.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+x_all.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+x_all.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+x_all.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+x_all.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+x_all.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+x_all.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+x_all.o: x509.h x509_vfy.h