summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-01-19 21:36:31 +0000
committerBen Laurie <ben@openssl.org>1999-01-19 21:36:31 +0000
commit8039257dbcd1d2e96e1d57b607b49cdf0ae78636 (patch)
tree5689dcf67c9bff1b069e1c785c9da80e413703f3 /crypto
parentb13a1554925a173e04bb9802cbc123b40746a6fc (diff)
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.ssl5
-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.ssl11
-rw-r--r--crypto/dh/Makefile.ssl14
-rw-r--r--crypto/dsa/Makefile.ssl27
-rw-r--r--crypto/err/Makefile.ssl17
-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.ssl4
-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.ssl11
-rw-r--r--crypto/rc2/Makefile.ssl5
-rw-r--r--crypto/rc4/Makefile.ssl4
-rw-r--r--crypto/rc5/Makefile.ssl5
-rw-r--r--crypto/ripemd/Makefile.ssl4
-rw-r--r--crypto/rsa/Makefile.ssl41
-rw-r--r--crypto/sha/Makefile.ssl4
-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, 1724 insertions, 34 deletions
diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl
index b91baad738..d89d3dfe36 100644
--- a/crypto/Makefile.ssl
+++ b/crypto/Makefile.ssl
@@ -10,7 +10,7 @@ INCLUDES= -I.. -I../../include
CFLAG= -g
INSTALLTOP= /usr/local/ssl
MAKE= make -f Makefile.ssl
-MAKEDEPEND= makedepend -f Makefile.ssl
+MAKEDEPEND= $(TOP)/util/domd $(TOP)
MAKEFILE= Makefile.ssl
RM= /bin/rm -f
AR= ar r
@@ -124,7 +124,7 @@ depend:
@for i in $(SDIRS) ;\
do \
(cd $$i; echo "making depend in $$i..."; \
- $(MAKE) MAKEFILE='${MAKEFILE}' INCLUDES='${INCLUDES}' MAKEDEPEND='${MAKEDEPEND}' depend ); \
+ $(MAKE) MAKEFILE='${MAKEFILE}' INCLUDES='${INCLUDES}' depend ); \
done;
clean:
@@ -160,3 +160,15 @@ errgen:
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+cpt_err.o: ../include/err.h ../include/stack.h crypto.h ../include/bio.h
+cryptlib.o: ../include/buffer.h ../include/e_os.h ../include/err.h
+cryptlib.o: ../include/stack.h cryptlib.h crypto.h date.h ../include/bio.h
+cversion.o: ../include/buffer.h ../include/e_os.h ../include/err.h
+cversion.o: ../include/stack.h cryptlib.h crypto.h date.h ../include/bio.h
+ex_data.o: ../include/buffer.h ../include/e_os.h ../include/err.h
+ex_data.o: ../include/lhash.h ../include/stack.h cryptlib.h crypto.h
+mem.o: ../include/bio.h ../include/buffer.h ../include/e_os.h ../include/err.h
+mem.o: ../include/lhash.h ../include/stack.h cryptlib.h crypto.h
+tmdiff.o: ../include/bio.h ../include/buffer.h ../include/e_os.h
+tmdiff.o: ../include/err.h ../include/stack.h cryptlib.h crypto.h tmdiff.h
diff --git a/crypto/asn1/Makefile.ssl b/crypto/asn1/Makefile.ssl
index 84a4b04d8f..7d68e0538f 100644
--- a/crypto/asn1/Makefile.ssl
+++ b/crypto/asn1/Makefile.ssl
@@ -9,7 +9,7 @@ INCLUDES= -I.. -I../../include
CFLAG=-g
INSTALLTOP=/usr/local/ssl
MAKE= make -f Makefile.ssl
-MAKEDEPEND= makedepend -f Makefile.ssl
+MAKEDEPEND= $(TOP)/util/domd $(TOP)
MAKEFILE= Makefile.ssl
AR= ar r
@@ -120,3 +120,593 @@ $(ERRC).c: $(ERR).err
perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+a_bitstr.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h
+a_bitstr.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h
+a_bitstr.o: ../cryptlib.h ../crypto.h asn1.h ../../include/bio.h
+a_bmp.o: ../../include/bn.h ../../include/buffer.h ../../include/e_os.h
+a_bmp.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+a_bmp.o: asn1.h ../../include/bio.h ../../include/bn.h ../../include/buffer.h
+a_bool.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h
+a_bool.o: ../cryptlib.h ../crypto.h asn1.h ../../include/bio.h
+a_bytes.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+a_bytes.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+a_bytes.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+a_bytes.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+a_bytes.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+a_bytes.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+a_bytes.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+a_bytes.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+a_bytes.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h asn1_mac.h
+a_d2i_fp.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+a_d2i_fp.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+a_d2i_fp.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+a_d2i_fp.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+a_d2i_fp.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+a_d2i_fp.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+a_d2i_fp.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+a_d2i_fp.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+a_d2i_fp.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+a_d2i_fp.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+a_digest.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+a_digest.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+a_digest.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+a_digest.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+a_digest.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+a_digest.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+a_digest.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+a_digest.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+a_digest.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+a_dup.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+a_dup.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+a_dup.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+a_dup.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+a_dup.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+a_dup.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+a_dup.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+a_dup.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+a_dup.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+a_dup.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h ../../include/bn.h
+a_gentm.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+a_gentm.o: ../../include/stack.h ../cryptlib.h ../crypto.h asn1.h
+a_hdr.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+a_hdr.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+a_hdr.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+a_hdr.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+a_hdr.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+a_hdr.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+a_hdr.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+a_hdr.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+a_hdr.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+a_hdr.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+a_i2d_fp.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+a_i2d_fp.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+a_i2d_fp.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+a_i2d_fp.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+a_i2d_fp.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+a_i2d_fp.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+a_i2d_fp.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+a_i2d_fp.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+a_i2d_fp.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+a_i2d_fp.o: asn1_mac.h ../../include/bio.h ../../include/bn.h
+a_int.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+a_int.o: ../../include/stack.h ../cryptlib.h ../crypto.h asn1.h
+a_meth.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+a_meth.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+a_meth.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+a_meth.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+a_meth.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+a_meth.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+a_meth.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+a_meth.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+a_meth.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+a_meth.o: ../crypto.h asn1.h ../../include/bio.h ../../include/bn.h
+a_object.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+a_object.o: ../../include/objects.h ../../include/stack.h ../cryptlib.h
+a_object.o: ../crypto.h asn1.h ../../include/bio.h ../../include/bn.h
+a_octet.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+a_octet.o: ../../include/stack.h ../cryptlib.h ../crypto.h asn1.h
+a_print.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h
+a_print.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h
+a_print.o: ../cryptlib.h ../crypto.h asn1.h ../../include/bio.h
+a_set.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+a_set.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+a_set.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+a_set.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+a_set.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+a_set.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+a_set.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+a_set.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+a_set.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h asn1_mac.h
+a_sign.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+a_sign.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+a_sign.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+a_sign.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+a_sign.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+a_sign.o: ../../include/objects.h ../../include/pem.h ../../include/pkcs7.h
+a_sign.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+a_sign.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+a_sign.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+a_sign.o: ../cryptlib.h ../crypto.h asn1.h ../../include/bio.h
+a_time.o: ../../include/bn.h ../../include/buffer.h ../../include/e_os.h
+a_time.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+a_time.o: asn1.h ../../include/bio.h ../../include/blowfish.h
+a_type.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+a_type.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+a_type.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+a_type.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+a_type.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+a_type.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+a_type.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+a_type.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+a_type.o: ../cryptlib.h ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+a_utctm.o: ../../include/bn.h ../../include/buffer.h ../../include/e_os.h
+a_utctm.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+a_utctm.o: asn1.h ../../include/bio.h ../../include/blowfish.h
+a_verify.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+a_verify.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+a_verify.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+a_verify.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+a_verify.o: ../../include/mdc2.h ../../include/objects.h ../../include/pem.h
+a_verify.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+a_verify.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+a_verify.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+a_verify.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+asn1_err.o: ../../include/bn.h ../../include/err.h ../../include/stack.h asn1.h
+asn1_lib.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+asn1_lib.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+asn1_lib.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+asn1_lib.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+asn1_lib.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+asn1_lib.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+asn1_lib.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+asn1_lib.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+asn1_lib.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+asn1_lib.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+asn1_par.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+asn1_par.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+asn1_par.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+asn1_par.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+asn1_par.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+asn1_par.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+asn1_par.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+asn1_par.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+asn1_par.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+d2i_dhp.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+d2i_dhp.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+d2i_dhp.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+d2i_dhp.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+d2i_dhp.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+d2i_dhp.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+d2i_dhp.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+d2i_dhp.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+d2i_dhp.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+d2i_dhp.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+d2i_dsap.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+d2i_dsap.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+d2i_dsap.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+d2i_dsap.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+d2i_dsap.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+d2i_dsap.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+d2i_dsap.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+d2i_dsap.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+d2i_dsap.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+d2i_dsap.o: asn1_mac.h ../../include/bio.h ../../include/blowfish.h
+d2i_pr.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+d2i_pr.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+d2i_pr.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+d2i_pr.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+d2i_pr.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+d2i_pr.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+d2i_pr.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+d2i_pr.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+d2i_pr.o: ../cryptlib.h ../crypto.h asn1.h ../../include/bio.h
+d2i_pu.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+d2i_pu.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+d2i_pu.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+d2i_pu.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+d2i_pu.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+d2i_pu.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+d2i_pu.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+d2i_pu.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+d2i_pu.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+d2i_r_pr.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+d2i_r_pr.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+d2i_r_pr.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+d2i_r_pr.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+d2i_r_pr.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+d2i_r_pr.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+d2i_r_pr.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+d2i_r_pr.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+d2i_r_pr.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+d2i_r_pr.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+d2i_r_pu.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+d2i_r_pu.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+d2i_r_pu.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+d2i_r_pu.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+d2i_r_pu.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+d2i_r_pu.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+d2i_r_pu.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+d2i_r_pu.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+d2i_r_pu.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+d2i_r_pu.o: asn1_mac.h ../../include/bio.h ../../include/blowfish.h
+d2i_s_pr.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+d2i_s_pr.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+d2i_s_pr.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+d2i_s_pr.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+d2i_s_pr.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+d2i_s_pr.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+d2i_s_pr.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+d2i_s_pr.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+d2i_s_pr.o: ../cryptlib.h ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+d2i_s_pu.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+d2i_s_pu.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+d2i_s_pu.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+d2i_s_pu.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+d2i_s_pu.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+d2i_s_pu.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+d2i_s_pu.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+d2i_s_pu.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+d2i_s_pu.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+d2i_s_pu.o: asn1_mac.h ../../include/bio.h ../../include/blowfish.h
+evp_asn1.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+evp_asn1.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+evp_asn1.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+evp_asn1.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+evp_asn1.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+evp_asn1.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+evp_asn1.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+evp_asn1.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+evp_asn1.o: ../cryptlib.h ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+f_int.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+f_int.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+f_int.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+f_int.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+f_int.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+f_int.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+f_int.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+f_int.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+f_int.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+f_string.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+f_string.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+f_string.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+f_string.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+f_string.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+f_string.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+f_string.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+f_string.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+f_string.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+f_string.o: ../crypto.h asn1.h ../../include/bio.h ../../include/blowfish.h
+i2d_dhp.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+i2d_dhp.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+i2d_dhp.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+i2d_dhp.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+i2d_dhp.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+i2d_dhp.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+i2d_dhp.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+i2d_dhp.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+i2d_dhp.o: ../cryptlib.h ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+i2d_dsap.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+i2d_dsap.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+i2d_dsap.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+i2d_dsap.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+i2d_dsap.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+i2d_dsap.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+i2d_dsap.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+i2d_dsap.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+i2d_dsap.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+i2d_dsap.o: asn1_mac.h ../../include/bio.h ../../include/blowfish.h
+i2d_pr.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+i2d_pr.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+i2d_pr.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+i2d_pr.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+i2d_pr.o: ../../include/mdc2.h ../../include/objects.h ../../include/rc2.h
+i2d_pr.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+i2d_pr.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+i2d_pr.o: ../cryptlib.h ../crypto.h asn1.h ../../include/bio.h
+i2d_pu.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+i2d_pu.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+i2d_pu.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+i2d_pu.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+i2d_pu.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+i2d_pu.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+i2d_pu.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+i2d_pu.o: ../../include/stack.h ../cryptlib.h ../crypto.h asn1.h
+i2d_r_pr.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+i2d_r_pr.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+i2d_r_pr.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+i2d_r_pr.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+i2d_r_pr.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+i2d_r_pr.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+i2d_r_pr.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+i2d_r_pr.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+i2d_r_pr.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+i2d_r_pr.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+i2d_r_pu.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+i2d_r_pu.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+i2d_r_pu.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+i2d_r_pu.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+i2d_r_pu.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+i2d_r_pu.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+i2d_r_pu.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+i2d_r_pu.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+i2d_r_pu.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+i2d_r_pu.o: asn1_mac.h ../../include/bio.h ../../include/blowfish.h
+i2d_s_pr.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+i2d_s_pr.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+i2d_s_pr.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+i2d_s_pr.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+i2d_s_pr.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+i2d_s_pr.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+i2d_s_pr.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+i2d_s_pr.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+i2d_s_pr.o: ../cryptlib.h ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+i2d_s_pu.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+i2d_s_pu.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+i2d_s_pu.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+i2d_s_pu.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+i2d_s_pu.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+i2d_s_pu.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+i2d_s_pu.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+i2d_s_pu.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+i2d_s_pu.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+i2d_s_pu.o: asn1_mac.h ../../include/bio.h ../../include/blowfish.h
+n_pkey.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+n_pkey.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+n_pkey.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+n_pkey.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+n_pkey.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+n_pkey.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+n_pkey.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+n_pkey.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+n_pkey.o: ../cryptlib.h ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+p7_dgst.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+p7_dgst.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+p7_dgst.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+p7_dgst.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+p7_dgst.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+p7_dgst.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+p7_dgst.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+p7_dgst.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+p7_dgst.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h asn1_mac.h
+p7_enc.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+p7_enc.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+p7_enc.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+p7_enc.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+p7_enc.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+p7_enc.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+p7_enc.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+p7_enc.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+p7_enc.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+p7_enc.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+p7_enc_c.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+p7_enc_c.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+p7_enc_c.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+p7_enc_c.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+p7_enc_c.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+p7_enc_c.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+p7_enc_c.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+p7_enc_c.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+p7_enc_c.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+p7_enc_c.o: asn1_mac.h ../../include/bio.h ../../include/blowfish.h
+p7_evp.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+p7_evp.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+p7_evp.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+p7_evp.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+p7_evp.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+p7_evp.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+p7_evp.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+p7_evp.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+p7_evp.o: ../cryptlib.h ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+p7_i_s.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+p7_i_s.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+p7_i_s.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+p7_i_s.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+p7_i_s.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+p7_i_s.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+p7_i_s.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+p7_i_s.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+p7_i_s.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h asn1_mac.h
+p7_lib.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+p7_lib.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+p7_lib.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+p7_lib.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+p7_lib.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+p7_lib.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+p7_lib.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+p7_lib.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+p7_lib.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+p7_lib.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+p7_recip.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+p7_recip.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+p7_recip.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+p7_recip.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+p7_recip.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+p7_recip.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+p7_recip.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+p7_recip.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+p7_recip.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+p7_recip.o: asn1_mac.h ../../include/bio.h ../../include/blowfish.h
+p7_s_e.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+p7_s_e.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+p7_s_e.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+p7_s_e.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+p7_s_e.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+p7_s_e.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+p7_s_e.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+p7_s_e.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+p7_s_e.o: ../cryptlib.h ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+p7_signd.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+p7_signd.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+p7_signd.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+p7_signd.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+p7_signd.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+p7_signd.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+p7_signd.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+p7_signd.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+p7_signd.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+p7_signd.o: asn1_mac.h ../../include/bio.h ../../include/blowfish.h
+p7_signi.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+p7_signi.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+p7_signi.o: ../../include/e_os.h ../../include/err.h ../../