aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES5
-rw-r--r--apps/Makefile.ssl271
-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
-rw-r--r--rsaref/Makefile.ssl8
-rw-r--r--ssl/Makefile.ssl366
-rw-r--r--test/Makefile.ssl41
-rw-r--r--tools/Makefile.ssl2
-rwxr-xr-xutil/clean-depend.pl35
-rwxr-xr-xutil/domd11
41 files changed, 2458 insertions, 39 deletions
diff --git a/CHANGES b/CHANGES
index 198291a963..d2ab339bd5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,11 @@
Changes between 0.9.1c and 0.9.2
+ *) Deal with irritating shit to do with dependencies, in YAAHW (Yet Another
+ Ad Hoc Way) - Makefile.ssls now all contain local dependencies, which
+ can still be regenerated with "make depend".
+ [Ben Laurie]
+
*) Spelling mistake in C version of CAST-128.
[Ben Laurie, reported by Jeremy Hylton <jeremy@cnri.reston.va.us>]
diff --git a/apps/Makefile.ssl b/apps/Makefile.ssl
index a225bd4470..92ea2ea6e4 100644
--- a/apps/Makefile.ssl
+++ b/apps/Makefile.ssl
@@ -9,7 +9,7 @@ INCLUDES= -I../include
CFLAG= -g -static
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
@@ -136,3 +136,272 @@ progs.h:
$(RM) $(PROGRAM).o
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+apps.o: ../include/bio.h ../include/buffer.h ../include/crypto.h
+apps.o: ../include/e_os.h ../include/stack.h apps.h progs.h ../include/asn1.h
+asn1pars.o: ../include/bio.h ../include/blowfish.h ../include/bn.h
+asn1pars.o: ../include/buffer.h ../include/cast.h ../include/crypto.h
+asn1pars.o: ../include/des.h ../include/dh.h ../include/dsa.h ../include/e_os.h
+asn1pars.o: ../include/err.h ../include/evp.h ../include/idea.h
+asn1pars.o: ../include/md2.h ../include/md5.h ../include/mdc2.h
+asn1pars.o: ../include/objects.h ../include/pem.h ../include/pkcs7.h
+asn1pars.o: ../include/rc2.h ../include/rc4.h ../include/rc5.h
+asn1pars.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h
+asn1pars.o: ../include/stack.h ../include/x509.h ../include/x509_vfy.h apps.h
+asn1pars.o: progs.h ../include/asn1.h ../include/bio.h ../include/blowfish.h
+ca.o: ../include/bn.h ../include/buffer.h ../include/cast.h ../include/conf.h
+ca.o: ../include/crypto.h ../include/des.h ../include/dh.h ../include/dsa.h
+ca.o: ../include/e_os.h ../include/err.h ../include/evp.h ../include/idea.h
+ca.o: ../include/lhash.h ../include/md2.h ../include/md5.h ../include/mdc2.h
+ca.o: ../include/objects.h ../include/pem.h ../include/pkcs7.h ../include/rc2.h
+ca.o: ../include/rc4.h ../include/rc5.h ../include/ripemd.h ../include/rsa.h
+ca.o: ../include/sha.h ../include/stack.h ../include/txt_db.h ../include/x509.h
+ca.o: ../include/x509_vfy.h apps.h progs.h ../include/asn1.h ../include/bio.h
+ciphers.o: ../include/blowfish.h ../include/bn.h ../include/buffer.h
+ciphers.o: ../include/cast.h ../include/crypto.h ../include/des.h
+ciphers.o: ../include/dh.h ../include/dsa.h ../include/e_os.h ../include/err.h
+ciphers.o: ../include/evp.h ../include/idea.h ../include/lhash.h
+ciphers.o: ../include/md2.h ../include/md5.h ../include/mdc2.h
+ciphers.o: ../include/objects.h ../include/pkcs7.h ../include/rc2.h
+ciphers.o: ../include/rc4.h ../include/rc5.h ../include/ripemd.h
+ciphers.o: ../include/rsa.h ../include/sha.h ../include/ssl.h ../include/ssl2.h
+ciphers.o: ../include/ssl23.h ../include/ssl3.h ../include/stack.h
+ciphers.o: ../include/tls1.h ../include/x509.h ../include/x509_vfy.h apps.h
+ciphers.o: progs.h ../include/asn1.h ../include/bio.h ../include/blowfish.h
+crl.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+crl.o: ../include/crypto.h ../include/des.h ../include/dh.h ../include/dsa.h
+crl.o: ../include/e_os.h ../include/err.h ../include/evp.h ../include/idea.h
+crl.o: ../include/md2.h ../include/md5.h ../include/mdc2.h ../include/objects.h
+crl.o: ../include/pem.h ../include/pkcs7.h ../include/rc2.h ../include/rc4.h
+crl.o: ../include/rc5.h ../include/ripemd.h ../include/rsa.h ../include/sha.h
+crl.o: ../include/stack.h ../include/x509.h ../include/x509_vfy.h apps.h
+crl.o: progs.h ../include/asn1.h ../include/bio.h ../include/blowfish.h
+crl2p7.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+crl2p7.o: ../include/crypto.h ../include/des.h ../include/dh.h ../include/dsa.h
+crl2p7.o: ../include/e_os.h ../include/err.h ../include/evp.h ../include/idea.h
+crl2p7.o: ../include/md2.h ../include/md5.h ../include/mdc2.h
+crl2p7.o: ../include/objects.h ../include/pem.h ../include/pkcs7.h
+crl2p7.o: ../include/rc2.h ../include/rc4.h ../include/rc5.h
+crl2p7.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h
+crl2p7.o: ../include/stack.h ../include/x509.h ../include/x509_vfy.h apps.h
+crl2p7.o: progs.h ../include/asn1.h ../include/bio.h ../include/blowfish.h
+dgst.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+dgst.o: ../include/crypto.h ../include/des.h ../include/dh.h ../include/dsa.h
+dgst.o: ../include/e_os.h ../include/err.h ../include/evp.h ../include/idea.h
+dgst.o: ../include/md2.h ../include/md5.h ../include/mdc2.h
+dgst.o: ../include/objects.h ../include/pem.h ../include/pkcs7.h
+dgst.o: ../include/rc2.h ../include/rc4.h ../include/rc5.h ../include/ripemd.h
+dgst.o: ../include/rsa.h ../include/sha.h ../include/stack.h ../include/x509.h
+dgst.o: ../include/x509_vfy.h apps.h progs.h ../include/asn1.h ../include/bio.h
+dh.o: ../include/blowfish.h ../include/bn.h ../include/buffer.h
+dh.o: ../include/cast.h ../include/crypto.h ../include/des.h ../include/dh.h
+dh.o: ../include/dsa.h ../include/e_os.h ../include/err.h ../include/evp.h
+dh.o: ../include/idea.h ../include/md2.h ../include/md5.h ../include/mdc2.h
+dh.o: ../include/objects.h ../include/pem.h ../include/pkcs7.h ../include/rc2.h
+dh.o: ../include/rc4.h ../include/rc5.h ../include/ripemd.h ../include/rsa.h
+dh.o: ../include/sha.h ../include/stack.h ../include/x509.h
+dh.o: ../include/x509_vfy.h apps.h progs.h ../include/asn1.h ../include/bio.h
+dsa.o: ../include/blowfish.h ../include/bn.h ../include/buffer.h
+dsa.o: ../include/cast.h ../include/crypto.h ../include/des.h ../include/dh.h
+dsa.o: ../include/dsa.h ../include/e_os.h ../include/err.h ../include/evp.h
+dsa.o: ../include/idea.h ../include/md2.h ../include/md5.h ../include/mdc2.h
+dsa.o: ../include/objects.h ../include/pem.h ../include/pkcs7.h
+dsa.o: ../include/rc2.h ../include/rc4.h ../include/rc5.h ../include/ripemd.h
+dsa.o: ../include/rsa.h ../include/sha.h ../include/stack.h ../include/x509.h
+dsa.o: ../include/x509_vfy.h apps.h progs.h ../include/asn1.h ../include/bio.h
+dsaparam.o: ../include/blowfish.h ../include/bn.h ../include/buffer.h
+dsaparam.o: ../include/cast.h ../include/crypto.h ../include/des.h
+dsaparam.o: ../include/dh.h ../include/dsa.h ../include/e_os.h ../include/err.h
+dsaparam.o: ../include/evp.h ../include/idea.h ../include/md2.h
+dsaparam.o: ../include/md5.h ../include/mdc2.h ../include/objects.h
+dsaparam.o: ../include/pem.h ../include/pkcs7.h ../include/rand.h
+dsaparam.o: ../include/rc2.h ../include/rc4.h ../include/rc5.h
+dsaparam.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h
+dsaparam.o: ../include/stack.h ../include/x509.h ../include/x509_vfy.h apps.h
+dsaparam.o: progs.h ../include/asn1.h ../include/bio.h ../include/blowfish.h
+enc.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+enc.o: ../include/crypto.h ../include/des.h ../include/dh.h ../include/dsa.h
+enc.o: ../include/e_os.h ../include/err.h ../include/evp.h ../include/idea.h
+enc.o: ../include/md2.h ../include/md5.h ../include/mdc2.h ../include/objects.h
+enc.o: ../include/pem.h ../include/pkcs7.h ../include/rc2.h ../include/rc4.h
+enc.o: ../include/rc5.h ../include/ripemd.h ../include/rsa.h ../include/sha.h
+enc.o: ../include/stack.h ../include/x509.h ../include/x509_vfy.h apps.h
+enc.o: progs.h ../include/asn1.h ../include/bio.h ../include/blowfish.h
+errstr.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+errstr.o: ../include/crypto.h ../include/des.h ../include/dh.h ../include/dsa.h
+errstr.o: ../include/e_os.h ../include/err.h ../include/evp.h ../include/idea.h
+errstr.o: ../include/lhash.h ../include/md2.h ../include/md5.h
+errstr.o: ../include/mdc2.h ../include/objects.h ../include/pkcs7.h
+errstr.o: ../include/rc2.h ../include/rc4.h ../include/rc5.h
+errstr.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h
+errstr.o: ../include/ssl.h ../include/ssl2.h ../include/ssl23.h
+errstr.o: ../include/ssl3.h ../include/stack.h ../include/tls1.h
+errstr.o: ../include/x509.h ../include/x509_vfy.h apps.h progs.h
+gendh.o: ../include/asn1.h ../include/bio.h ../include/blowfish.h
+gendh.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+gendh.o: ../include/crypto.h ../include/des.h ../include/dh.h ../include/dsa.h
+gendh.o: ../include/e_os.h ../include/err.h ../include/evp.h ../include/idea.h
+gendh.o: ../include/md2.h ../include/md5.h ../include/mdc2.h
+gendh.o: ../include/objects.h ../include/pem.h ../include/pkcs7.h
+gendh.o: ../include/rand.h ../include/rc2.h ../include/rc4.h ../include/rc5.h
+gendh.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h
+gendh.o: ../include/stack.h ../include/x509.h ../include/x509_vfy.h apps.h
+gendh.o: progs.h ../include/asn1.h ../include/bio.h ../include/blowfish.h
+gendsa.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+gendsa.o: ../include/crypto.h ../include/des.h ../include/dh.h ../include/dsa.h
+gendsa.o: ../include/e_os.h ../include/err.h ../include/evp.h ../include/idea.h
+gendsa.o: ../include/md2.h ../include/md5.h ../include/mdc2.h
+gendsa.o: ../include/objects.h ../include/pem.h ../include/pkcs7.h
+gendsa.o: ../include/rand.h ../include/rc2.h ../include/rc4.h ../include/rc5.h
+gendsa.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h
+gendsa.o: ../include/stack.h ../include/x509.h ../include/x509_vfy.h apps.h
+gendsa.o: progs.h ../include/asn1.h ../include/bio.h ../include/blowfish.h
+genrsa.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+genrsa.o: ../include/crypto.h ../include/des.h ../include/dh.h ../include/dsa.h
+genrsa.o: ../include/e_os.h ../include/err.h ../include/evp.h ../include/idea.h
+genrsa.o: ../include/md2.h ../include/md5.h ../include/mdc2.h
+genrsa.o: ../include/objects.h ../include/pem.h ../include/pkcs7.h
+genrsa.o: ../include/rand.h ../include/rc2.h ../include/rc4.h ../include/rc5.h
+genrsa.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h
+genrsa.o: ../include/stack.h ../include/x509.h ../include/x509_vfy.h apps.h
+genrsa.o: progs.h ../include/asn1.h ../include/bio.h ../include/blowfish.h
+openssl.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+openssl.o: ../include/conf.h ../include/crypto.h ../include/des.h
+openssl.o: ../include/dh.h ../include/dsa.h ../include/e_os.h ../include/err.h
+openssl.o: ../include/evp.h ../include/idea.h ../include/lhash.h
+openssl.o: ../include/md2.h ../include/md5.h ../include/mdc2.h
+openssl.o: ../include/objects.h ../include/pem.h ../include/pkcs7.h
+openssl.o: ../include/rc2.h ../include/rc4.h ../include/rc5.h
+openssl.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h
+openssl.o: ../include/ssl.h ../include/ssl2.h ../include/ssl23.h
+openssl.o: ../include/ssl3.h ../include/stack.h ../include/tls1.h
+openssl.o: ../include/x509.h ../include/x509_vfy.h apps.h progs.h s_apps.h
+pkcs7.o: ../include/asn1.h ../include/bio.h ../include/blowfish.h
+pkcs7.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+pkcs7.o: ../include/crypto.h ../include/des.h ../include/dh.h ../include/dsa.h
+pkcs7.o: ../include/e_os.h ../include/err.h ../include/evp.h ../include/idea.h
+pkcs7.o: ../include/md2.h ../include/md5.h ../include/mdc2.h
+pkcs7.o: ../include/objects.h ../include/pem.h ../include/pkcs7.h
+pkcs7.o: ../include/rc2.h ../include/rc4.h ../include/rc5.h ../include/ripemd.h
+pkcs7.o: ../include/rsa.h ../include/sha.h ../include/stack.h ../include/x509.h
+pkcs7.o: ../include/x509_vfy.h apps.h progs.h ../include/asn1.h
+req.o: ../include/bio.h ../include/blowfish.h ../include/bn.h
+req.o: ../include/buffer.h ../include/cast.h ../include/conf.h
+req.o: ../include/crypto.h ../include/des.h ../include/dh.h ../include/dsa.h
+req.o: ../include/e_os.h ../include/err.h ../include/evp.h ../include/idea.h
+req.o: ../include/lhash.h ../include/md2.h ../include/md5.h ../include/mdc2.h
+req.o: ../include/objects.h ../include/pem.h ../include/pkcs7.h
+req.o: ../include/rand.h ../include/rc2.h ../include/rc4.h ../include/rc5.h
+req.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h ../include/stack.h
+req.o: ../include/x509.h ../include/x509_vfy.h apps.h progs.h ../include/asn1.h
+rsa.o: ../include/bio.h ../include/blowfish.h ../include/bn.h
+rsa.o: ../include/buffer.h ../include/cast.h ../include/crypto.h
+rsa.o: ../include/des.h ../include/dh.h ../include/dsa.h ../include/e_os.h
+rsa.o: ../include/err.h ../include/evp.h ../include/idea.h ../include/md2.h
+rsa.o: ../include/md5.h ../include/mdc2.h ../include/objects.h ../include/pem.h
+rsa.o: ../include/pkcs7.h ../include/rc2.h ../include/rc4.h ../include/rc5.h
+rsa.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h ../include/stack.h
+rsa.o: ../include/x509.h ../include/x509_vfy.h apps.h progs.h ../include/asn1.h
+s_cb.o: ../include/bio.h ../include/blowfish.h ../include/bn.h
+s_cb.o: ../include/buffer.h ../include/cast.h ../include/crypto.h
+s_cb.o: ../include/des.h ../include/dh.h ../include/dsa.h ../include/e_os.h
+s_cb.o: ../include/err.h ../include/evp.h ../include/idea.h ../include/lhash.h
+s_cb.o: ../include/md2.h ../include/md5.h ../include/mdc2.h
+s_cb.o: ../include/objects.h ../include/pkcs7.h ../include/rc2.h
+s_cb.o: ../include/rc4.h ../include/rc5.h ../include/ripemd.h ../include/rsa.h
+s_cb.o: ../include/sha.h ../include/ssl.h ../include/ssl2.h ../include/ssl23.h
+s_cb.o: ../include/ssl3.h ../include/stack.h ../include/tls1.h
+s_cb.o: ../include/x509.h ../include/x509_vfy.h apps.h progs.h s_apps.h
+s_client.o: ../include/asn1.h ../include/bio.h ../include/blowfish.h
+s_client.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+s_client.o: ../include/crypto.h ../include/des.h ../include/dh.h
+s_client.o: ../include/dsa.h ../include/e_os.h ../include/err.h
+s_client.o: ../include/evp.h ../include/idea.h ../include/lhash.h
+s_client.o: ../include/md2.h ../include/md5.h ../include/mdc2.h
+s_client.o: ../include/objects.h ../include/pem.h ../include/pkcs7.h
+s_client.o: ../include/rc2.h ../include/rc4.h ../include/rc5.h
+s_client.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h
+s_client.o: ../include/ssl.h ../include/ssl2.h ../include/ssl23.h
+s_client.o: ../include/ssl3.h ../include/stack.h ../include/tls1.h
+s_client.o: ../include/x509.h ../include/x509_vfy.h apps.h progs.h s_apps.h
+s_server.o: ../include/asn1.h ../include/bio.h ../include/blowfish.h
+s_server.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+s_server.o: ../include/crypto.h ../include/des.h ../include/dh.h
+s_server.o: ../include/dsa.h ../include/e_os.h ../include/err.h
+s_server.o: ../include/evp.h ../include/idea.h ../include/lhash.h
+s_server.o: ../include/md2.h ../include/md5.h ../include/mdc2.h
+s_server.o: ../include/objects.h ../include/pem.h ../include/pkcs7.h
+s_server.o: ../include/rc2.h ../include/rc4.h ../include/rc5.h
+s_server.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h
+s_server.o: ../include/ssl.h ../include/ssl2.h ../include/ssl23.h
+s_server.o: ../include/ssl3.h ../include/stack.h ../include/tls1.h
+s_server.o: ../include/x509.h ../include/x509_vfy.h apps.h progs.h s_apps.h
+s_socket.o: ../include/asn1.h ../include/bio.h ../include/blowfish.h
+s_socket.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+s_socket.o: ../include/crypto.h ../include/des.h ../include/dh.h
+s_socket.o: ../include/dsa.h ../include/e_os.h ../include/evp.h
+s_socket.o: ../include/idea.h ../include/lhash.h ../include/md2.h
+s_socket.o: ../include/md5.h ../include/mdc2.h ../include/objects.h
+s_socket.o: ../include/pkcs7.h ../include/rc2.h ../include/rc4.h
+s_socket.o: ../include/rc5.h ../include/ripemd.h ../include/rsa.h
+s_socket.o: ../include/sha.h ../include/ssl.h ../include/ssl2.h
+s_socket.o: ../include/ssl23.h ../include/ssl3.h ../include/stack.h
+s_socket.o: ../include/tls1.h ../include/x509.h ../include/x509_vfy.h apps.h
+s_socket.o: progs.h s_apps.h ../include/asn1.h ../include/bio.h
+s_time.o: ../include/blowfish.h ../include/bn.h ../include/buffer.h
+s_time.o: ../include/cast.h ../include/crypto.h ../include/des.h
+s_time.o: ../include/dh.h ../include/dsa.h ../include/e_os.h ../include/err.h
+s_time.o: ../include/evp.h ../include/idea.h ../include/lhash.h
+s_time.o: ../include/md2.h ../include/md5.h ../include/mdc2.h
+s_time.o: ../include/objects.h ../include/pem.h ../include/pkcs7.h
+s_time.o: ../include/rc2.h ../include/rc4.h ../include/rc5.h
+s_time.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h
+s_time.o: ../include/ssl.h ../include/ssl2.h ../include/ssl23.h
+s_time.o: ../include/ssl3.h ../include/stack.h ../include/tls1.h
+s_time.o: ../include/x509.h ../include/x509_vfy.h apps.h progs.h s_apps.h
+sess_id.o: ../include/asn1.h ../include/bio.h ../include/blowfish.h
+sess_id.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+sess_id.o: ../include/crypto.h ../include/des.h ../include/dh.h
+sess_id.o: ../include/dsa.h ../include/e_os.h ../include/err.h ../include/evp.h
+sess_id.o: ../include/idea.h ../include/lhash.h ../include/md2.h
+sess_id.o: ../include/md5.h ../include/mdc2.h ../include/objects.h
+sess_id.o: ../include/pem.h ../include/pkcs7.h ../include/rc2.h
+sess_id.o: ../include/rc4.h ../include/rc5.h ../include/ripemd.h
+sess_id.o: ../include/rsa.h ../include/sha.h ../include/ssl.h ../include/ssl2.h
+sess_id.o: ../include/ssl23.h ../include/ssl3.h ../include/stack.h
+sess_id.o: ../include/tls1.h ../include/x509.h ../include/x509_vfy.h apps.h
+sess_id.o: progs.h ../include/asn1.h ../include/bio.h ../include/blowfish.h
+speed.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+speed.o: ../include/crypto.h ../include/des.h ../include/dh.h ../include/dsa.h
+speed.o: ../include/e_os.h ../include/err.h ../include/evp.h ../include/hmac.h
+speed.o: ../include/idea.h ../include/md2.h ../include/md5.h ../include/mdc2.h
+speed.o: ../include/objects.h ../include/pkcs7.h ../include/rand.h
+speed.o: ../include/rc2.h ../include/rc4.h ../include/rc5.h ../include/ripemd.h
+speed.o: ../include/rsa.h ../include/sha.h ../include/stack.h ../include/x509.h
+speed.o: ../include/x509_vfy.h ./testdsa.h ./testrsa.h apps.h progs.h
+verify.o: ../include/asn1.h ../include/bio.h ../include/blowfish.h
+verify.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+verify.o: ../include/crypto.h ../include/des.h ../include/dh.h ../include/dsa.h
+verify.o: ../include/e_os.h ../include/err.h ../include/evp.h ../include/idea.h
+verify.o: ../include/md2.h ../include/md5.h ../include/mdc2.h
+verify.o: ../include/objects.h ../include/pem.h ../include/pkcs7.h
+verify.o: ../include/rc2.h ../include/rc4.h ../include/rc5.h
+verify.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h
+verify.o: ../include/stack.h ../include/x509.h ../include/x509_vfy.h apps.h
+verify.o: progs.h ../include/asn1.h ../include/bio.h ../include/blowfish.h
+version.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+version.o: ../include/crypto.h ../include/des.h ../include/dh.h
+version.o: ../include/dsa.h ../include/e_os.h ../include/evp.h
+version.o: ../include/idea.h ../include/md2.h ../include/md5.h
+version.o: ../include/mdc2.h ../include/objects.h ../include/rc2.h
+version.o: ../include/rc4.h ../include/rc5.h ../include/ripemd.h
+version.o: ../include/rsa.h ../include/sha.h ../include/stack.h apps.h progs.h
+x509.o: ../include/asn1.h ../include/bio.h ../include/blowfish.h
+x509.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+x509.o: ../include/crypto.h ../include/des.h ../include/dh.h ../include/dsa.h
+x509.o: ../include/e_os.h ../include/err.h ../include/evp.h ../include/idea.h
+x509.o: ../include/md2.h ../include/md5.h ../include/mdc2.h
+x509.o: ../include/objects.h ../include/pem.h ../include/pkcs7.h
+x509.o: ../include/rc2.h ../include/rc4.h ../include/rc5.h ../include/ripemd.h
+x509.o: ../include/rsa.h ../include/sha.h ../include/stack.h ../include/x509.h
+x509.o: ../include/x509_vfy.h apps.h progs.h
diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl
index b91baad738..d89d3dfe36 100644
--- a/crypto/Makefile.ssl
+++ b/crypto/Makefile.ssl
@@ -10,7 +10,7 @@ INCLUDES= -I.. -I../../include
CFLAG= -g
INSTALLTOP= /usr/local/ssl
MAKE= make -f Makefile.ssl
-MAKEDEPEND= makedepend -f Makefile.ssl
+MAKEDEPEND= $(TOP)/util/domd $(TOP)
MAKEFILE= Makefile.ssl
RM= /bin/rm -f
AR= ar r
@@ -124,7 +124,7 @@ depend:
@for i in $(SDIRS) ;\
do \
(cd $$i; echo "making depend in $$i..."; \
- $(MAKE) MAKEFILE='${MAKEFILE}' INCLUDES='${INCLUDES}' MAKEDEPEND='${MAKEDEPEND}' depend ); \
+ $(MAKE) MAKEFILE='${MAKEFILE}' INCLUDES='${INCLUDES}' depend ); \
done;
clean:
@@ -160,3 +160,15 @@ errgen:
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+cpt_err.o: ../include/err.h ../include/stack.h crypto.h ../include/bio.h
+cryptlib.o: ../include/buffer.h ../include/e_os.h ../include/err.h
+cryptlib.o: ../include/stack.h cryptlib.h crypto.h date.h ../include/bio.h
+cversion.o: ../include/buffer.h ../include/e_os.h ../include/err.h
+cversion.o: ../include/stack.h cryptlib.h crypto.h date.h ../include/bio.h
+ex_data.o: ../include/buffer.h ../include/e_os.h ../include/err.h
+ex_data.o: ../include/lhash.h ../include/stack.h cryptlib.h crypto.h
+mem.o: ../include/bio.h ../include/buffer.h ../include/e_os.h ../include/err.h
+mem.o: ../include/lhash.h ../include/stack.h cryptlib.h crypto.h
+tmdiff.o: ../include/bio.h ../include/buffer.h ../include/e_os.h
+tmdiff.o: ../include/err.h ../include/stack.h cryptlib.h crypto.h tmdiff.h
diff --git a/crypto/asn1/Makefile.ssl b/crypto/asn1/Makefile.ssl
index 84a4b04d8f..7d68e0538f 100644
--- a/crypto/asn1/Makefile.ssl
+++ b/crypto/asn1/Makefile.ssl
@@ -9,7 +9,7 @@ INCLUDES= -I.. -I../../include
CFLAG=-g
INSTALLTOP=/usr/local/ssl
MAKE= make -f Makefile.ssl
-MAKEDEPEND= makedepend -f Makefile.ssl
+MAKEDEPEND= $(TOP)/util/domd $(TOP)
MAKEFILE= Makefile.ssl
AR= ar r
@@ -120,3 +120,593 @@ $(ERRC).c: $(ERR).err
perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+a_bitstr.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h
+a_bitstr.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h
+a_bitstr.o: ../cryptlib.h ../crypto.h asn1.h ../../include/bio.h
+a_bmp.o: ../../include/bn.h ../../include/buffer.h ../../include/e_os.h
+a_bmp.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+a_bmp.o: asn1.h ../../include/bio.h ../../include/bn.h ../../include/buffer.h
+a_bool.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h
+a_bool.o: ../cryptlib.h ../crypto.h asn1.h ../../include/bio.h
+a_bytes.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+a_bytes.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+a_bytes.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+a_bytes.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+a_bytes.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+a_bytes.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+a_bytes.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+a_bytes.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+a_bytes.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h asn1_mac.h
+a_d2i_fp.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+a_d2i_fp.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+a_d2i_fp.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+a_d2i_fp.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+a_d2i_fp.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+a_d2i_fp.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+a_d2i_fp.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+a_d2i_fp.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+a_d2i_fp.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+a_d2i_fp.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+a_digest.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+a_digest.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+a_digest.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+a_digest.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+a_digest.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+a_digest.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+a_digest.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+a_digest.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+a_digest.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+a_dup.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+a_dup.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+a_dup.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+a_dup.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+a_dup.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+a_dup.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+a_dup.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+a_dup.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+a_dup.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+a_dup.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h ../../include/bn.h
+a_gentm.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+a_gentm.o: ../../include/stack.h ../cryptlib.h ../crypto.h asn1.h
+a_hdr.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+a_hdr.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+a_hdr.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+a_hdr.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+a_hdr.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+a_hdr.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+a_hdr.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+a_hdr.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+a_hdr.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+a_hdr.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+a_i2d_fp.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+a_i2d_fp.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+a_i2d_fp.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+a_i2d_fp.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+a_i2d_fp.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+a_i2d_fp.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+a_i2d_fp.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+a_i2d_fp.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+a_i2d_fp.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+a_i2d_fp.o: asn1_mac.h ../../include/bio.h ../../include/bn.h
+a_int.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+a_int.o: ../../include/stack.h ../cryptlib.h ../crypto.h asn1.h
+a_meth.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+a_meth.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+a_meth.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+a_meth.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+a_meth.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+a_meth.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+a_meth.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+a_meth.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+a_meth.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+a_meth.o: ../crypto.h asn1.h ../../include/bio.h ../../include/bn.h
+a_object.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+a_object.o: ../../include/objects.h ../../include/stack.h ../cryptlib.h
+a_object.o: ../crypto.h asn1.h ../../include/bio.h ../../include/bn.h
+a_octet.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+a_octet.o: ../../include/stack.h ../cryptlib.h ../crypto.h asn1.h
+a_print.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h
+a_print.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h
+a_print.o: ../cryptlib.h ../crypto.h asn1.h ../../include/bio.h
+a_set.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+a_set.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+a_set.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+a_set.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+a_set.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+a_set.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+a_set.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+a_set.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+a_set.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h asn1_mac.h
+a_sign.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+a_sign.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+a_sign.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+a_sign.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+a_sign.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+a_sign.o: ../../include/objects.h ../../include/pem.h ../../include/pkcs7.h
+a_sign.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+a_sign.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+a_sign.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+a_sign.o: ../cryptlib.h ../crypto.h asn1.h ../../include/bio.h
+a_time.o: ../../include/bn.h ../../include/buffer.h ../../include/e_os.h
+a_time.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+a_time.o: asn1.h ../../include/bio.h ../../include/blowfish.h
+a_type.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+a_type.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+a_type.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+a_type.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+a_type.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+a_type.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+a_type.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+a_type.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+a_type.o: ../cryptlib.h ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+a_utctm.o: ../../include/bn.h ../../include/buffer.h ../../include/e_os.h
+a_utctm.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+a_utctm.o: asn1.h ../../include/bio.h ../../include/blowfish.h
+a_verify.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+a_verify.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+a_verify.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+a_verify.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+a_verify.o: ../../include/mdc2.h ../../include/objects.h ../../include/pem.h
+a_verify.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+a_verify.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+a_verify.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+a_verify.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+asn1_err.o: ../../include/bn.h ../../include/err.h ../../include/stack.h asn1.h
+asn1_lib.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+asn1_lib.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+asn1_lib.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+asn1_lib.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+asn1_lib.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+asn1_lib.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+asn1_lib.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+asn1_lib.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+asn1_lib.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+asn1_lib.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+asn1_par.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+asn1_par.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+asn1_par.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+asn1_par.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+asn1_par.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+asn1_par.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+asn1_par.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+asn1_par.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+asn1_par.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+d2i_dhp.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+d2i_dhp.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+d2i_dhp.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+d2i_dhp.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+d2i_dhp.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+d2i_dhp.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+d2i_dhp.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+d2i_dhp.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+d2i_dhp.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+d2i_dhp.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+d2i_dsap.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+d2i_dsap.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+d2i_dsap.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+d2i_dsap.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+d2i_dsap.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+d2i_dsap.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+d2i_dsap.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+d2i_dsap.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+d2i_dsap.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+d2i_dsap.o: asn1_mac.h ../../include/bio.h ../../include/blowfish.h
+d2i_pr.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+d2i_pr.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+d2i_pr.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+d2i_pr.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+d2i_pr.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+d2i_pr.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+d2i_pr.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+d2i_pr.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+d2i_pr.o: ../cryptlib.h ../crypto.h asn1.h ../../include/bio.h
+d2i_pu.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+d2i_pu.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+d2i_pu.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+d2i_pu.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+d2i_pu.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+d2i_pu.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+d2i_pu.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+d2i_pu.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+d2i_pu.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+d2i_r_pr.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+d2i_r_pr.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+d2i_r_pr.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+d2i_r_pr.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+d2i_r_pr.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+d2i_r_pr.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+d2i_r_pr.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+d2i_r_pr.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+d2i_r_pr.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+d2i_r_pr.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+d2i_r_pu.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+d2i_r_pu.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+d2i_r_pu.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+d2i_r_pu.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+d2i_r_pu.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+d2i_r_pu.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+d2i_r_pu.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+d2i_r_pu.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+d2i_r_pu.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+d2i_r_pu.o: asn1_mac.h ../../include/bio.h ../../include/blowfish.h
+d2i_s_pr.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+d2i_s_pr.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+d2i_s_pr.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+d2i_s_pr.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+d2i_s_pr.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+d2i_s_pr.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+d2i_s_pr.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+d2i_s_pr.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+d2i_s_pr.o: ../cryptlib.h ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+d2i_s_pu.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+d2i_s_pu.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+d2i_s_pu.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+d2i_s_pu.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+d2i_s_pu.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+d2i_s_pu.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+d2i_s_pu.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+d2i_s_pu.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+d2i_s_pu.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+d2i_s_pu.o: asn1_mac.h ../../include/bio.h ../../include/blowfish.h
+evp_asn1.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+evp_asn1.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+evp_asn1.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+evp_asn1.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+evp_asn1.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+evp_asn1.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+evp_asn1.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+evp_asn1.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+evp_asn1.o: ../cryptlib.h ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+f_int.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+f_int.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+f_int.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+f_int.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+f_int.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+f_int.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+f_int.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+f_int.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+f_int.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+f_string.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+f_string.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+f_string.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+f_string.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+f_string.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+f_string.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+f_string.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+f_string.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+f_string.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+f_string.o: ../crypto.h asn1.h ../../include/bio.h ../../include/blowfish.h
+i2d_dhp.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+i2d_dhp.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+i2d_dhp.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+i2d_dhp.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+i2d_dhp.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+i2d_dhp.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+i2d_dhp.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+i2d_dhp.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+i2d_dhp.o: ../cryptlib.h ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+i2d_dsap.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+i2d_dsap.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+i2d_dsap.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+i2d_dsap.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+i2d_dsap.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+i2d_dsap.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+i2d_dsap.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+i2d_dsap.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+i2d_dsap.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+i2d_dsap.o: asn1_mac.h ../../include/bio.h ../../include/blowfish.h
+i2d_pr.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+i2d_pr.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+i2d_pr.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+i2d_pr.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+i2d_pr.o: ../../include/mdc2.h ../../include/objects.h ../../include/rc2.h
+i2d_pr.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+i2d_pr.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+i2d_pr.o: ../cryptlib.h ../crypto.h asn1.h ../../include/bio.h
+i2d_pu.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+i2d_pu.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+i2d_pu.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+i2d_pu.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+i2d_pu.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+i2d_pu.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+i2d_pu.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+i2d_pu.o: ../../include/stack.h ../cryptlib.h ../crypto.h asn1.h
+i2d_r_pr.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+i2d_r_pr.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+i2d_r_pr.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+i2d_r_pr.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+i2d_r_pr.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+i2d_r_pr.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+i2d_r_pr.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+i2d_r_pr.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+i2d_r_pr.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+i2d_r_pr.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+i2d_r_pu.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+i2d_r_pu.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+i2d_r_pu.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+i2d_r_pu.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+i2d_r_pu.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+i2d_r_pu.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+i2d_r_pu.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+i2d_r_pu.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+i2d_r_pu.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+i2d_r_pu.o: asn1_mac.h ../../include/bio.h ../../include/blowfish.h
+i2d_s_pr.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+i2d_s_pr.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+i2d_s_pr.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+i2d_s_pr.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+i2d_s_pr.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+i2d_s_pr.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+i2d_s_pr.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+i2d_s_pr.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+i2d_s_pr.o: ../cryptlib.h ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+i2d_s_pu.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+i2d_s_pu.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+i2d_s_pu.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+i2d_s_pu.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+i2d_s_pu.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+i2d_s_pu.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+i2d_s_pu.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+i2d_s_pu.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+i2d_s_pu.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+i2d_s_pu.o: asn1_mac.h ../../include/bio.h ../../include/blowfish.h
+n_pkey.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+n_pkey.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+n_pkey.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+n_pkey.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+n_pkey.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+n_pkey.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+n_pkey.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+n_pkey.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+n_pkey.o: ../cryptlib.h ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+p7_dgst.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+p7_dgst.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+p7_dgst.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+p7_dgst.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+p7_dgst.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+p7_dgst.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+p7_dgst.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+p7_dgst.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+p7_dgst.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h asn1_mac.h
+p7_enc.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+p7_enc.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+p7_enc.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+p7_enc.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+p7_enc.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+p7_enc.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+p7_enc.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+p7_enc.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+p7_enc.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+p7_enc.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+p7_enc_c.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+p7_enc_c.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+p7_enc_c.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+p7_enc_c.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+p7_enc_c.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+p7_enc_c.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+p7_enc_c.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+p7_enc_c.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+p7_enc_c.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+p7_enc_c.o: asn1_mac.h ../../include/bio.h ../../include/blowfish.h
+p7_evp.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+p7_evp.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+p7_evp.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+p7_evp.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+p7_evp.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+p7_evp.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+p7_evp.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+p7_evp.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+p7_evp.o: ../cryptlib.h ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+p7_i_s.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+p7_i_s.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+p7_i_s.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+p7_i_s.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+p7_i_s.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+p7_i_s.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+p7_i_s.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+p7_i_s.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+p7_i_s.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h asn1_mac.h
+p7_lib.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+p7_lib.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+p7_lib.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+p7_lib.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+p7_lib.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+p7_lib.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+p7_lib.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+p7_lib.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+p7_lib.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+p7_lib.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+p7_recip.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+p7_recip.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+p7_recip.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+p7_recip.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+p7_recip.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+p7_recip.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+p7_recip.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+p7_recip.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+p7_recip.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+p7_recip.o: asn1_mac.h ../../include/bio.h ../../include/blowfish.h
+p7_s_e.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+p7_s_e.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+p7_s_e.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+p7_s_e.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+p7_s_e.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+p7_s_e.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+p7_s_e.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+p7_s_e.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+p7_s_e.o: ../cryptlib.h ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+p7_signd.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+p7_signd.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+p7_signd.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+p7_signd.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+p7_signd.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+p7_signd.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+p7_signd.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+p7_signd.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+p7_signd.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+p7_signd.o: asn1_mac.h ../../include/bio.h ../../include/blowfish.h
+p7_signi.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+p7_signi.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+p7_signi.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+p7_signi.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+p7_signi.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+p7_signi.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+p7_signi.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+p7_signi.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+p7_signi.o: ../cryptlib.h ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+t_pkey.o: ../../include/bn.h ../../include/buffer.h ../../include/dh.h
+t_pkey.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+t_pkey.o: ../../include/rsa.h ../../include/stack.h ../cryptlib.h ../crypto.h
+t_req.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+t_req.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+t_req.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+t_req.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+t_req.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+t_req.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+t_req.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+t_req.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+t_req.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+t_req.o: ../crypto.h asn1.h ../../include/bio.h ../../include/blowfish.h
+t_x509.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+t_x509.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+t_x509.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+t_x509.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+t_x509.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+t_x509.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+t_x509.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+t_x509.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+t_x509.o: ../cryptlib.h ../crypto.h asn1.h ../../include/bio.h
+x_algor.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+x_algor.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+x_algor.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+x_algor.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+x_algor.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+x_algor.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+x_algor.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+x_algor.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+x_algor.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h asn1_mac.h
+x_attrib.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+x_attrib.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+x_attrib.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+x_attrib.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+x_attrib.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+x_attrib.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+x_attrib.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+x_attrib.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+x_attrib.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+x_attrib.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+x_cinf.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+x_cinf.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+x_cinf.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+x_cinf.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+x_cinf.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+x_cinf.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+x_cinf.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+x_cinf.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+x_cinf.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h asn1_mac.h
+x_crl.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+x_crl.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+x_crl.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+x_crl.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+x_crl.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+x_crl.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+x_crl.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+x_crl.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+x_crl.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+x_crl.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+x_exten.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+x_exten.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+x_exten.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+x_exten.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+x_exten.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+x_exten.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+x_exten.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+x_exten.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+x_exten.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h asn1_mac.h
+x_info.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+x_info.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+x_info.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+x_info.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+x_info.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+x_info.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+x_info.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+x_info.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+x_info.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+x_info.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+x_name.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+x_name.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+x_name.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+x_name.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+x_name.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+x_name.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+x_name.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+x_name.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+x_name.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h asn1_mac.h
+x_pkey.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+x_pkey.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+x_pkey.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+x_pkey.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+x_pkey.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+x_pkey.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+x_pkey.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+x_pkey.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+x_pkey.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+x_pkey.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+x_pubkey.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+x_pubkey.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+x_pubkey.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+x_pubkey.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+x_pubkey.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+x_pubkey.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+x_pubkey.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+x_pubkey.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+x_pubkey.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h
+x_pubkey.o: asn1_mac.h ../../include/bio.h ../../include/blowfish.h
+x_req.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+x_req.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+x_req.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+x_req.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+x_req.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+x_req.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+x_req.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+x_req.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+x_req.o: ../cryptlib.h ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+x_sig.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+x_sig.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+x_sig.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+x_sig.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+x_sig.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+x_sig.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+x_sig.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+x_sig.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+x_sig.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h asn1_mac.h
+x_spki.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+x_spki.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+x_spki.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+x_spki.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+x_spki.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+x_spki.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+x_spki.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+x_spki.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+x_spki.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+x_spki.o: ../crypto.h asn1.h asn1_mac.h ../../include/bio.h
+x_val.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+x_val.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+x_val.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
+x_val.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+x_val.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+x_val.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+x_val.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+x_val.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+x_val.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h asn1.h asn1_mac.h
+x_x509.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+x_x509.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+x_x509.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+x_x509.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+x_x509.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+x_x509.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
+x_x509.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+x_x509.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+x_x509.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+x_x509.o: ../crypto.h asn1.h asn1_mac.h
diff --git a/crypto/bf/Makefile.ssl b/crypto/bf/Makefile.ssl
index 22aa4ca6f5..5ddad60990 100644
--- a/crypto/bf/Makefile.ssl
+++ b/crypto/bf/Makefile.ssl
@@ -10,7 +10,7 @@ INCLUDES=
CFLAG=-g
INSTALLTOP=/usr/local/ssl
MAKE= make -f Makefile.ssl
-MAKEDEPEND= makedepend -f Makefile.ssl
+MAKEDEPEND= $(TOP)/util/domd $(TOP)
MAKEFILE= Makefile.ssl
AR= ar r
@@ -105,3 +105,6 @@ clean:
errors:
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+bf_cfb64.o: bf_locl.h blowfish.h bf_locl.h blowfish.h bf_locl.h blowfish.h
+bf_ofb64.o: bf_locl.h blowfish.h bf_locl.h bf_pi.h blowfish.h
diff --git a/crypto/bio/Makefile.ssl b/crypto/bio/Makefile.ssl
index 3cb667047a..c9e29ff630 100644
--- a/crypto/bio/Makefile.ssl
+++ b/crypto/bio/Makefile.ssl
@@ -9,7 +9,7 @@ INCLUDES= -I.. -I../../include
CFLAG=-g
INSTALLTOP=/usr/local/ssl
MAKE= make -f Makefile.ssl
-MAKEDEPEND= makedepend -f Makefile.ssl
+MAKEDEPEND= $(TOP)/util/domd $(TOP)
MAKEFILE= Makefile.ssl
AR= ar r
@@ -92,3 +92,54 @@ $(ERRC).c: $(ERR).err
perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+b_dump.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+b_dump.o: ../../include/stack.h ../cryptlib.h ../crypto.h bio.h
+b_print.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+b_print.o: ../../include/stack.h ../cryptlib.h ../crypto.h bio.h
+b_sock.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+b_sock.o: ../../include/stack.h ../cryptlib.h ../crypto.h bio.h
+bf_buff.o: ../../include/asn1.h ../../include/blowfish.h ../../include/bn.h
+bf_buff.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+bf_buff.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+bf_buff.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+bf_buff.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+bf_buff.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
+bf_buff.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+bf_buff.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+bf_buff.o: bio.h ../../include/asn1.h ../../include/blowfish.h
+bf_nbio.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+bf_nbio.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
+bf_nbio.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+bf_nbio.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+bf_nbio.o: ../../include/mdc2.h ../../include/objects.h ../../include/rand.h
+bf_nbio.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+bf_nbio.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+bf_nbio.o: ../../include/stack.h ../cryptlib.h ../crypto.h bio.h
+bf_null.o: ../../include/asn1.h ../../include/blowfish.h ../../include/bn.h
+bf_null.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+bf_null.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
+bf_null.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
+bf_null.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
+bf_null.o: ../../include/objects.h ../../include/rc2.h ../../include/rc4.h
+bf_null.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+bf_null.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+bf_null.o: bio.h ../../include/buffer.h ../../include/e_os.h
+bio_cb.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+bio_cb.o: bio.h ../../include/err.h ../../include/stack.h ../crypto.h bio.h
+bio_lib.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+bio_lib.o: ../../include/stack.h ../cryptlib.h ../crypto.h bio.h
+bss_acpt.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+bss_acpt.o: ../../include/stack.h ../cryptlib.h ../crypto.h bio.h
+bss_conn.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+bss_conn.o: ../../include/stack.h ../cryptlib.h ../crypto.h bio.h
+bss_fd.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+bss_fd.o: ../../include/stack.h ../cryptlib.h ../crypto.h bio.h bss_sock.c
+bss_file.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+bss_file.o: ../../include/stack.h ../cryptlib.h ../crypto.h bio.h
+bss_mem.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+bss_mem.o: ../../include/stack.h ../cryptlib.h ../crypto.h bio.h
+bss_null.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+bss_null.o: ../../include/stack.h ../cryptlib.h ../crypto.h bio.h
+bss_sock.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+bss_sock.o: ../../include/stack.h ../cryptlib.h ../crypto.h bio.h
diff --git a/crypto/bn/Makefile.ssl b/crypto/bn/Makefile.ssl
index bf3423415b..32d0cc1dc1 100644
--- a/crypto/bn/Makefile.ssl
+++ b/crypto/bn/Makefile.ssl
@@ -9,7 +9,7 @@ INCLUDES= -I.. -I../../include
CFLAG=-g
INSTALLTOP=/usr/local/ssl
MAKE= make -f Makefile.ssl
-MAKEDEPEND= makedepend -f Makefile.ssl
+MAKEDEPEND= $(TOP)/util/domd $(TOP)
MAKEFILE= Makefile.ssl
AR= ar r
@@ -157,3 +157,48 @@ $(ERRC).c: $(ERR).err
perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+bn_add.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+bn_add.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+bn_add.o: bn.h bn_lcl.h ../../include/bio.h ../../include/buffer.h
+bn_asm.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h
+bn_asm.o: ../cryptlib.h ../crypto.h bn.h bn_lcl.h ../../include/bio.h
+bn_blind.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+bn_blind.o: ../../include/stack.h ../cryptlib.h ../crypto.h bn.h bn_lcl.h
+bn_div.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+bn_div.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+bn_div.o: bn.h bn_lcl.h ../../include/err.h bn.h ../../include/bio.h
+bn_exp.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+bn_exp.o: ../../include/stack.h ../cryptlib.h ../crypto.h bn.h bn_lcl.h
+bn_exp2.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+bn_exp2.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+bn_exp2.o: bn.h bn_lcl.h ../../include/bio.h ../../include/buffer.h
+bn_gcd.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h
+bn_gcd.o: ../cryptlib.h ../crypto.h bn.h bn_lcl.h ../../include/bio.h
+bn_lib.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+bn_lib.o: ../../include/stack.h ../cryptlib.h ../crypto.h bn.h bn_lcl.h
+bn_mont.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+bn_mont.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+bn_mont.o: bn.h bn_lcl.h ../../include/bio.h ../../include/buffer.h
+bn_mpi.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h
+bn_mpi.o: ../cryptlib.h ../crypto.h bn.h bn_lcl.h ../../include/bio.h
+bn_mul.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+bn_mul.o: ../../include/stack.h ../cryptlib.h ../crypto.h bn.h bn_lcl.h
+bn_prime.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+bn_prime.o: ../../include/err.h ../../include/rand.h ../../include/stack.h
+bn_prime.o: ../cryptlib.h ../crypto.h bn.h bn_lcl.h bn_prime.h
+bn_print.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+bn_print.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+bn_print.o: bn.h bn_lcl.h ../../include/bio.h ../../include/buffer.h
+bn_rand.o: ../../include/e_os.h ../../include/err.h ../../include/rand.h
+bn_rand.o: ../../include/stack.h ../cryptlib.h ../crypto.h bn.h bn_lcl.h
+bn_recp.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+bn_recp.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+bn_recp.o: bn.h bn_lcl.h ../../include/bio.h ../../include/buffer.h
+bn_shift.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h
+bn_shift.o: ../cryptlib.h ../crypto.h bn.h bn_lcl.h ../../include/bio.h
+bn_sqr.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+bn_sqr.o: ../../include/stack.h ../cryptlib.h ../crypto.h bn.h bn_lcl.h
+bn_word.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+bn_word.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+bn_word.o: bn.h bn_lcl.h
diff --git a/crypto/buffer/Makefile.ssl b/crypto/buffer/Makefile.ssl
index 756e8b1e2d..aefd7869b0 100644
--- a/crypto/buffer/Makefile.ssl
+++ b/crypto/buffer/Makefile.ssl
@@ -9,7 +9,7 @@ INCLUDES= -I.. -I../../include
CFLAG=-g
INSTALLTOP=/usr/local/ssl
MAKE= make -f Makefile.ssl
-MAKEDEPEND= makedepend -f Makefile.ssl
+MAKEDEPEND= $(TOP)/util/domd $(TOP)
MAKEFILE= Makefile.ssl
AR= ar r
@@ -84,3 +84,7 @@ $(ERRC).c: $(ERR).err
perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+buf_err.o: ../../include/err.h buffer.h ../../include/bio.h
+buffer.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h
+buffer.o: ../cryptlib.h ../crypto.h buffer.h
diff --git a/crypto/cast/Makefile.ssl b/crypto/cast/Makefile.ssl
index bbdb3f4a58..cba9c8eedd 100644
--- a/crypto/cast/Makefile.ssl
+++ b/crypto/cast/Makefile.ssl
@@ -10,7 +10,7 @@ INCLUDES=
CFLAG=-g
INSTALLTOP=/usr/local/ssl
MAKE= make -f Makefile.ssl
-MAKEDEPEND= makedepend -f Makefile.ssl
+MAKEDEPEND= $(TOP)/util/domd $(TOP)
MAKEFILE= Makefile.ssl
AR= ar r
@@ -107,3 +107,6 @@ clean:
errors:
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+c_cfb64.o: cast.h cast_lcl.h cast.h cast_lcl.h cast.h cast_lcl.h cast.h
+c_ofb64.o: cast_lcl.h cast.h cast_lcl.h cast_s.h
diff --git a/crypto/comp/Makefile.ssl b/crypto/comp/Makefile.ssl
index 401651d142..65d9b8a424 100644
--- a/crypto/comp/Makefile.ssl
+++ b/crypto/comp/Makefile.ssl
@@ -9,7 +9,7 @@ INCLUDES= -I.. -I../../include
CFLAG=-g
INSTALLTOP=/usr/local/ssl
MAKE= make -f Makefile.ssl
-MAKEDEPEND= makedepend -f Makefile.ssl
+MAKEDEPEND= $(TOP)/util/domd $(TOP)
MAKEFILE= Makefile.ssl
AR= ar r
@@ -93,3 +93,11 @@ $(ERRC).c: $(ERR).err
perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+c_rle.o: ../../include/asn1.h ../../include/bio.h ../../include/bn.h
+c_rle.o: ../../include/crypto.h ../../include/objects.h ../../include/stack.h
+c_rle.o: comp.h ../../include/asn1.h ../../include/bio.h ../../include/bn.h
+c_zlib.o: ../../include/crypto.h ../../include/objects.h ../../include/stack.h
+c_zlib.o: comp.h ../../include/asn1.h ../../include/bio.h ../../include/bn.h
+comp_lib.o: ../../include/crypto.h ../../include/objects.h
+comp_lib.o: ../../include/stack.h comp.h
diff --git a/crypto/conf/Makefile.ssl b/crypto/conf/Makefile.ssl
index 720ac43c5d..2f6ca60d0b 100644
--- a/crypto/conf/Makefile.ssl
+++ b/crypto/conf/Makefile.ssl
@@ -9,7 +9,7 @@ INCLUDES= -I.. -I../../include
CFLAG=-g
INSTALLTOP=/usr/local/ssl
MAKE= make -f Makefile.ssl
-MAKEDEPEND= makedepend -f Makefile.ssl
+MAKEDEPEND= $(TOP)/util/domd $(TOP)
MAKEFILE= Makefile.ssl
AR= ar r
@@ -85,3 +85,8 @@ $(ERRC).c: $(ERR).err
perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+conf.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+conf.o: ../../include/err.h ../../include/lhash.h ../../include/stack.h
+conf.o: ../cryptlib.h ../crypto.h conf.h conf_lcl.h ../../include/err.h
+conf_err.o: ../../include/lhash.h ../../include/stack.h conf.h
diff --git a/crypto/des/Makefile.ssl b/crypto/des/Makefile.ssl
index 9ca1b872be..0719114e8c 100644
--- a/crypto/des/Makefile.ssl
+++ b/crypto/des/Makefile.ssl
@@ -10,7 +10,7 @@ INCLUDES=
CFLAG=-g
INSTALLTOP=/usr/local/ssl
MAKE= make -f Makefile.ssl
-MAKEDEPEND= makedepend -f Makefile.ssl
+MAKEDEPEND= $(TOP)/util/domd $(TOP)
MAKEFILE= Makefile.ssl
AR= ar r
DES_ENC= des_enc.o fcrypt_b.o
@@ -138,3 +138,12 @@ clean:
errors:
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+cbc_cksm.o: des.h des_locl.h des.h des_locl.h des.h des_locl.h des.h des_locl.h
+cfb_enc.o: des.h des_locl.h des.h des_locl.h des.h des_locl.h des.h des_locl.h
+ecb_enc.o: spr.h des.h des_locl.h des.h des_locl.h des.h des.h des_locl.h
+fcrypt.o: des_locl.h des.h des_locl.h des.h des_locl.h des.h des_locl.h des.h
+ofb_enc.o: des_locl.h des.h des_locl.h des.h des_locl.h des.h des_locl.h des.h
+read2pwd.o: des_locl.h des.h des_locl.h des.h des_locl.h des_ver.h rpc_des.h
+set_key.o: des.h des_locl.h podd.h sk.h des.h des_locl.h des.h des_locl.h des.h
+xcbc_enc.o: des_locl.h
diff --git a/crypto/dh/Makefile.ssl b/crypto/dh/Makefile.ssl
index e634731aa3..128bd5fed5 100644
--- a/crypto/dh/Makefile.ssl
+++ b/crypto/dh/Makefile.ssl
@@ -9,7 +9,7 @@ INCLUDES= -I.. -I../../include
CFLAG=-g
INSTALLTOP=/usr/local/ssl
MAKE= make -f Makefile.ssl
-MAKEDEPEND= makedepend -f Makefile.ssl
+MAKEDEPEND= $(TOP)/util/domd $(TOP)
MAKEFILE= Makefile.ssl
AR= ar r
@@ -84,3 +84,15 @@ $(ERRC).c: $(ERR).err
perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+dh_check.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h
+dh_check.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h
+dh_check.o: ../cryptlib.h ../crypto.h dh.h ../../include/err.h dh.h
+dh_gen.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h
+dh_gen.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h
+dh_gen.o: ../cryptlib.h ../crypto.h dh.h ../../include/bio.h ../../include/bn.h
+dh_key.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+dh_key.o: ../../include/rand.h ../../include/stack.h ../cryptlib.h ../crypto.h
+dh_key.o: dh.h ../../include/bio.h ../../include/bn.h ../../include/buffer.h
+dh_lib.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h
+dh_lib.o: ../cryptlib.h ../crypto.h dh.h
diff --git a/crypto/dsa/Makefile.ssl b/crypto/dsa/Makefile.ssl
index 3482f6d652..30dab47d76 100644
--- a/crypto/dsa/Makefile.ssl
+++ b/crypto/dsa/Makefile.ssl
@@ -9,7 +9,7 @@ INCLUDES= -I.. -I../../include
CFLAG=-g
INSTALLTOP=/usr/local/ssl
MAKE= make -f Makefile.ssl
-MAKEDEPEND= makedepend -f Makefile.ssl
+MAKEDEPEND= $(TOP)/util/domd $(TOP)
MAKEFILE= Makefile.ssl
AR= ar r
@@ -84,3 +84,28 @@ $(ERRC).c: $(ERR).err
perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+dsa_err.o: ../../include/bn.h ../../include/err.h dsa.h ../../include/bio.h
+dsa_gen.o: ../../include/bn.h ../../include/buffer.h ../../include/e_os.h
+dsa_gen.o: ../../include/err.h ../../include/rand.h ../../include/sha.h
+dsa_gen.o: ../../include/stack.h ../cryptlib.h ../crypto.h dsa.h
+dsa_key.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h
+dsa_key.o: ../../include/e_os.h ../../include/err.h ../../include/rand.h
+dsa_key.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+dsa_key.o: dsa.h ../../include/asn1.h ../../include/bio.h ../../include/bn.h
+dsa_lib.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+dsa_lib.o: ../../include/stack.h ../cryptlib.h ../crypto.h dsa.h
+dsa_sign.o: ../../include/asn1.h ../../include/bio.h ../../include/bn.h
+dsa_sign.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+dsa_sign.o: ../../include/rand.h ../../include/stack.h ../cryptlib.h
+dsa_sign.o: ../crypto.h dsa.h ../../include/asn1.h ../../include/asn1_mac.h
+dsa_vrf.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h
+dsa_vrf.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
+dsa_vrf.o: ../../include/dh.h ../../include/e_os.h ../../include/err.h
+dsa_vrf.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
+dsa_vrf.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
+dsa_vrf.o: ../../include/pkcs7.h ../../include/rand.h ../../include/rc2.h
+dsa_vrf.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+dsa_vrf.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+dsa_vrf.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
+dsa_vrf.o: ../crypto.h dsa.h
diff --git a/crypto/err/Makefile.ssl b/crypto/err/Makefile.ssl
index 57c87eb041..0831f0731f 100644
--- a/crypto/err/Makefile.ssl
+++ b/crypto/err/Makefile.ssl
@@ -9,7 +9,7 @@ INCLUDES= -I.. -I../../include
CFLAG=-g
INSTALLTOP=/usr/local/ssl
MAKE= make -f Makefile.ssl
-MAKEDEPEND= makedepend -f Makefile.ssl
+MAKEDEPEND= $(TOP)/util/domd $(TOP)
MAKEFILE= Makefile.ssl
AR= ar r
@@ -78,3 +78,18 @@ clean:
errors:
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+err.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+err.o: ../../include/lhash.h ../../include/stack.h ../cryptlib.h ../crypto.h
+err.o: err.h ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+err_all.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+err_all.o: ../../include/conf.h ../../include/des.h ../../include/dh.h
+err_all.o: ../../include/dsa.h ../../include/evp.h ../../include/idea.h
+err_all.o: ../../include/lhash.h ../../include/md2.h ../../include/md5.h
+err_all.o: ../../include/mdc2.h ../../include/objects.h ../../include/pem.h
+err_all.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
+err_all.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+err_all.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+err_all.o: ../../include/x509_vfy.h ../crypto.h err.h ../../include/bio.h
+err_prn.o: ../../include/buffer.h ../../include/e_os.h ../../include/lhash.h
+err_prn.o: ../../include/stack.h ../cryptlib.h ../crypto.h err.h
diff --git a/crypto/evp/Makefile.ssl b/crypto/evp/Makefile.ssl
index 902d6fba0d..6b06748a56 100644
--- a/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 7a042b7261..d373e523f9 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 41b42ce03b..bde41dd208 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 cb08547b4f..cb542f5219 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 5ea3149438..c28e26f37c 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 abbe2eef87..5245823521 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
@@ -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 495a2789a0..714386f797 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 a61cde7fec..ace391532b 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 cbc2d98210..dabeda87fc 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 7cffde48ef..6d442d3326 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 ef693aec16..53fc413cbf 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
@@ -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 c5138f13e2..d327d6a18f 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 f5f38a4acb..0a313ac7b6 100644
--- a/crypto/rc4/Makefile.ssl
+++ b/crypto/rc4/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
@@ -106,3 +106,5 @@ clean:
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 f7379b046b..208029b63e 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
@@ -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 e865cdb5e7..f4f74d885b 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
@@ -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 f706c41880..0c1a1738b7 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 fd389b17d8..9b32b3d0dd 100644
--- a/crypto/sha/Makefile.ssl
+++ b/crypto/sha/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
@@ -101,3 +101,5 @@ clean:
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 0d232c08cf..14274cee95 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 76e511534f..5ff4f13c18 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 63c0e214bf..ae7a768171 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
diff --git a/rsaref/Makefile.ssl b/rsaref/Makefile.ssl
index 5f5e742ce1..b22a731fc9 100644
--- a/rsaref/Makefile.ssl
+++ b/rsaref/Makefile.ssl
@@ -9,7 +9,7 @@ INCLUDES= -I../crypto -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,9 @@ $(ERRC).c: $(ERR).err
perl ../crypto/err/err_genc.pl -s $(ERR).h $(ERRC).c
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+rsar_err.o: ../crypto/crypto.h ../include/bn.h ../include/err.h
+rsar_err.o: ../include/rsa.h ../include/stack.h rsaref.h ../crypto/cryptlib.h
+rsaref.o: ../crypto/crypto.h ../include/bio.h ../include/bn.h
+rsaref.o: ../include/buffer.h ../include/e_os.h ../include/err.h
+rsaref.o: ../include/rand.h ../include/rsa.h ../include/stack.h rsaref.h
diff --git a/ssl/Makefile.ssl b/ssl/Makefile.ssl
index 50b4d6aa45..901bd2995e 100644
--- a/ssl/Makefile.ssl
+++ b/ssl/Makefile.ssl
@@ -9,7 +9,7 @@ INCLUDES= -I../crypto -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
@@ -100,3 +100,367 @@ $(ERRC).c: $(ERR).err
perl ../crypto/err/err_genc.pl -s $(ERR).h $(ERRC).c
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+bio_ssl.o: ../include/asn1.h ../include/bio.h ../include/blowfish.h
+bio_ssl.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+bio_ssl.o: ../include/crypto.h ../include/des.h ../include/dh.h
+bio_ssl.o: ../include/dsa.h ../include/err.h ../include/evp.h ../include/idea.h
+bio_ssl.o: ../include/lhash.h ../include/md2.h ../include/md5.h
+bio_ssl.o: ../include/mdc2.h ../include/objects.h ../include/pkcs7.h
+bio_ssl.o: ../include/rc2.h ../include/rc4.h ../include/rc5.h
+bio_ssl.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h
+bio_ssl.o: ../include/stack.h ../include/x509.h ../include/x509_vfy.h ssl.h
+bio_ssl.o: ssl2.h ssl23.h ssl3.h tls1.h ../include/asn1.h ../include/bio.h
+s23_clnt.o: ../include/blowfish.h ../include/bn.h ../include/buffer.h
+s23_clnt.o: ../include/cast.h ../include/comp.h ../include/crypto.h
+s23_clnt.o: ../include/des.h ../include/dh.h ../include/dsa.h ../include/e_os.h
+s23_clnt.o: ../include/err.h ../include/evp.h ../include/idea.h
+s23_clnt.o: ../include/lhash.h ../include/md2.h ../include/md5.h
+s23_clnt.o: ../include/mdc2.h ../include/objects.h ../include/pkcs7.h
+s23_clnt.o: ../include/rand.h ../include/rc2.h ../include/rc4.h
+s23_clnt.o: ../include/rc5.h ../include/ripemd.h ../include/rsa.h
+s23_clnt.o: ../include/sha.h ../include/stack.h ../include/x509.h
+s23_clnt.o: ../include/x509_vfy.h ssl.h ssl2.h ssl23.h ssl3.h ssl_locl.h tls1.h
+s23_lib.o: ../include/asn1.h ../include/bio.h ../include/blowfish.h
+s23_lib.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+s23_lib.o: ../include/comp.h ../include/crypto.h ../include/des.h
+s23_lib.o: ../include/dh.h ../include/dsa.h ../include/e_os.h ../include/err.h
+s23_lib.o: ../include/evp.h ../include/idea.h ../include/lhash.h
+s23_lib.o: ../include/md2.h ../include/md5.h ../include/mdc2.h
+s23_lib.o: ../include/objects.h ../include/pkcs7.h ../include/rc2.h
+s23_lib.o: ../include/rc4.h ../include/rc5.h ../include/ripemd.h
+s23_lib.o: ../include/rsa.h ../include/sha.h ../include/stack.h
+s23_lib.o: ../include/x509.h ../include/x509_vfy.h ssl.h ssl2.h ssl23.h ssl3.h
+s23_lib.o: ssl_locl.h tls1.h ../include/asn1.h ../include/bio.h
+s23_meth.o: ../include/blowfish.h ../include/bn.h ../include/buffer.h
+s23_meth.o: ../include/cast.h ../include/comp.h ../include/crypto.h
+s23_meth.o: ../include/des.h ../include/dh.h ../include/dsa.h ../include/e_os.h
+s23_meth.o: ../include/err.h ../include/evp.h ../include/idea.h
+s23_meth.o: ../include/lhash.h ../include/md2.h ../include/md5.h
+s23_meth.o: ../include/mdc2.h ../include/objects.h ../include/pkcs7.h
+s23_meth.o: ../include/rc2.h ../include/rc4.h ../include/rc5.h
+s23_meth.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h
+s23_meth.o: ../include/stack.h ../include/x509.h ../include/x509_vfy.h ssl.h
+s23_meth.o: ssl2.h ssl23.h ssl3.h ssl_locl.h tls1.h ../include/asn1.h
+s23_pkt.o: ../include/bio.h ../include/blowfish.h ../include/bn.h
+s23_pkt.o: ../include/buffer.h ../include/cast.h ../include/comp.h
+s23_pkt.o: ../include/crypto.h ../include/des.h ../include/dh.h
+s23_pkt.o: ../include/dsa.h ../include/e_os.h ../include/err.h ../include/evp.h
+s23_pkt.o: ../include/idea.h ../include/lhash.h ../include/md2.h
+s23_pkt.o: ../include/md5.h ../include/mdc2.h ../include/objects.h
+s23_pkt.o: ../include/pkcs7.h ../include/rc2.h ../include/rc4.h
+s23_pkt.o: ../include/rc5.h ../include/ripemd.h ../include/rsa.h
+s23_pkt.o: ../include/sha.h ../include/stack.h ../include/x509.h
+s23_pkt.o: ../include/x509_vfy.h ssl.h ssl2.h ssl23.h ssl3.h ssl_locl.h tls1.h
+s23_srvr.o: ../include/asn1.h ../include/bio.h ../include/blowfish.h
+s23_srvr.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+s23_srvr.o: ../include/comp.h ../include/crypto.h ../include/des.h
+s23_srvr.o: ../include/dh.h ../include/dsa.h ../include/e_os.h ../include/err.h
+s23_srvr.o: ../include/evp.h ../include/idea.h ../include/lhash.h
+s23_srvr.o: ../include/md2.h ../include/md5.h ../include/mdc2.h
+s23_srvr.o: ../include/objects.h ../include/pkcs7.h ../include/rand.h
+s23_srvr.o: ../include/rc2.h ../include/rc4.h ../include/rc5.h
+s23_srvr.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h
+s23_srvr.o: ../include/stack.h ../include/x509.h ../include/x509_vfy.h ssl.h
+s23_srvr.o: ssl2.h ssl23.h ssl3.h ssl_locl.h tls1.h ../include/asn1.h
+s2_clnt.o: ../include/bio.h ../include/blowfish.h ../include/bn.h
+s2_clnt.o: ../include/buffer.h ../include/cast.h ../include/comp.h
+s2_clnt.o: ../include/crypto.h ../include/des.h ../include/dh.h
+s2_clnt.o: ../include/dsa.h ../include/e_os.h ../include/err.h ../include/evp.h
+s2_clnt.o: ../include/idea.h ../include/lhash.h ../include/md2.h
+s2_clnt.o: ../include/md5.h ../include/mdc2.h ../include/objects.h
+s2_clnt.o: ../include/pkcs7.h ../include/rand.h ../include/rc2.h
+s2_clnt.o: ../include/rc4.h ../include/rc5.h ../include/ripemd.h
+s2_clnt.o: ../include/rsa.h ../include/sha.h ../include/stack.h
+s2_clnt.o: ../include/x509.h ../include/x509_vfy.h ssl.h ssl2.h ssl23.h ssl3.h
+s2_clnt.o: ssl_locl.h tls1.h ../include/asn1.h ../include/bio.h
+s2_enc.o: ../include/blowfish.h ../include/bn.h ../include/buffer.h
+s2_enc.o: ../include/cast.h ../include/comp.h ../include/crypto.h
+s2_enc.o: ../include/des.h ../include/dh.h ../include/dsa.h ../include/e_os.h
+s2_enc.o: ../include/err.h ../include/evp.h ../include/idea.h
+s2_enc.o: ../include/lhash.h ../include/md2.h ../include/md5.h
+s2_enc.o: ../include/mdc2.h ../include/objects.h ../include/pkcs7.h
+s2_enc.o: ../include/rc2.h ../include/rc4.h ../include/rc5.h
+s2_enc.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h
+s2_enc.o: ../include/stack.h ../include/x509.h ../include/x509_vfy.h ssl.h
+s2_enc.o: ssl2.h ssl23.h ssl3.h ssl_locl.h tls1.h ../include/asn1.h
+s2_lib.o: ../include/bio.h ../include/blowfish.h ../include/bn.h
+s2_lib.o: ../include/buffer.h ../include/cast.h ../include/comp.h
+s2_lib.o: ../include/crypto.h ../include/des.h ../include/dh.h ../include/dsa.h
+s2_lib.o: ../include/e_os.h ../include/err.h ../include/evp.h ../include/idea.h
+s2_lib.o: ../include/lhash.h ../include/md2.h ../include/md5.h
+s2_lib.o: ../include/mdc2.h ../include/objects.h ../include/pkcs7.h
+s2_lib.o: ../include/rc2.h ../include/rc4.h ../include/rc5.h
+s2_lib.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h
+s2_lib.o: ../include/stack.h ../include/x509.h ../include/x509_vfy.h ssl.h
+s2_lib.o: ssl2.h ssl23.h ssl3.h ssl_locl.h tls1.h ../include/asn1.h
+s2_meth.o: ../include/bio.h ../include/blowfish.h ../include/bn.h
+s2_meth.o: ../include/buffer.h ../include/cast.h ../include/comp.h
+s2_meth.o: ../include/crypto.h ../include/des.h ../include/dh.h
+s2_meth.o: ../include/dsa.h ../include/e_os.h ../include/err.h ../include/evp.h
+s2_meth.o: ../include/idea.h ../include/lhash.h ../include/md2.h
+s2_meth.o: ../include/md5.h ../include/mdc2.h ../include/objects.h
+s2_meth.o: ../include/pkcs7.h ../include/rc2.h ../include/rc4.h
+s2_meth.o: ../include/rc5.h ../include/ripemd.h ../include/rsa.h
+s2_meth.o: ../include/sha.h ../include/stack.h ../include/x509.h
+s2_meth.o: ../include/x509_vfy.h ssl.h ssl2.h ssl23.h ssl3.h ssl_locl.h tls1.h
+s2_pkt.o: ../include/asn1.h ../include/bio.h ../include/blowfish.h
+s2_pkt.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+s2_pkt.o: ../include/comp.h ../include/crypto.h ../include/des.h
+s2_pkt.o: ../include/dh.h ../include/dsa.h ../include/e_os.h ../include/err.h
+s2_pkt.o: ../include/evp.h ../include/idea.h ../include/lhash.h
+s2_pkt.o: ../include/md2.h ../include/md5.h ../include/mdc2.h
+s2_pkt.o: ../include/objects.h ../include/pkcs7.h ../include/rc2.h
+s2_pkt.o: ../include/rc4.h ../include/rc5.h ../include/ripemd.h
+s2_pkt.o: ../include/rsa.h ../include/sha.h ../include/stack.h
+s2_pkt.o: ../include/x509.h ../include/x509_vfy.h ssl.h ssl2.h ssl23.h ssl3.h
+s2_pkt.o: ssl_locl.h tls1.h ../include/asn1.h ../include/bio.h
+s2_srvr.o: ../include/blowfish.h ../include/bn.h ../include/buffer.h
+s2_srvr.o: ../include/cast.h ../include/comp.h ../include/crypto.h
+s2_srvr.o: ../include/des.h ../include/dh.h ../include/dsa.h ../include/e_os.h
+s2_srvr.o: ../include/err.h ../include/evp.h ../include/idea.h
+s2_srvr.o: ../include/lhash.h ../include/md2.h ../include/md5.h
+s2_srvr.o: ../include/mdc2.h ../include/objects.h ../include/pkcs7.h
+s2_srvr.o: ../include/rand.h ../include/rc2.h ../include/rc4.h ../include/rc5.h
+s2_srvr.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h
+s2_srvr.o: ../include/stack.h ../include/x509.h ../include/x509_vfy.h ssl.h
+s2_srvr.o: ssl2.h ssl23.h ssl3.h ssl_locl.h tls1.h ../include/asn1.h
+s3_both.o: ../include/bio.h ../include/blowfish.h ../include/bn.h
+s3_both.o: ../include/buffer.h ../include/cast.h ../include/comp.h
+s3_both.o: ../include/crypto.h ../include/des.h ../include/dh.h
+s3_both.o: ../include/dsa.h ../include/e_os.h ../include/err.h ../include/evp.h
+s3_both.o: ../include/idea.h ../include/lhash.h ../include/md2.h
+s3_both.o: ../include/md5.h ../include/mdc2.h ../include/objects.h
+s3_both.o: ../include/pkcs7.h ../include/rand.h ../include/rc2.h
+s3_both.o: ../include/rc4.h ../include/rc5.h ../include/ripemd.h
+s3_both.o: ../include/rsa.h ../include/sha.h ../include/stack.h
+s3_both.o: ../include/x509.h ../include/x509_vfy.h ssl.h ssl2.h ssl23.h ssl3.h
+s3_both.o: ssl_locl.h tls1.h ../include/asn1.h ../include/bio.h
+s3_clnt.o: ../include/blowfish.h ../include/bn.h ../include/buffer.h
+s3_clnt.o: ../include/cast.h ../include/comp.h ../include/crypto.h
+s3_clnt.o: ../include/des.h ../include/dh.h ../include/dsa.h ../include/e_os.h
+s3_clnt.o: ../include/err.h ../include/evp.h ../include/idea.h
+s3_clnt.o: ../include/lhash.h ../include/md2.h ../include/md5.h
+s3_clnt.o: ../include/mdc2.h ../include/objects.h ../include/pkcs7.h
+s3_clnt.o: ../include/rand.h ../include/rc2.h ../include/rc4.h ../include/rc5.h
+s3_clnt.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h
+s3_clnt.o: ../include/stack.h ../include/x509.h ../include/x509_vfy.h ssl.h
+s3_clnt.o: ssl2.h ssl23.h ssl3.h ssl_locl.h tls1.h ../include/asn1.h
+s3_enc.o: ../include/bio.h ../include/blowfish.h ../include/bn.h
+s3_enc.o: ../include/buffer.h ../include/cast.h ../include/comp.h
+s3_enc.o: ../include/crypto.h ../include/des.h ../include/dh.h ../include/dsa.h
+s3_enc.o: ../include/e_os.h ../include/err.h ../include/evp.h ../include/idea.h
+s3_enc.o: ../include/lhash.h ../include/md2.h ../include/md5.h
+s3_enc.o: ../include/mdc2.h ../include/objects.h ../include/pkcs7.h
+s3_enc.o: ../include/rc2.h ../include/rc4.h ../include/rc5.h
+s3_enc.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h
+s3_enc.o: ../include/stack.h ../include/x509.h ../include/x509_vfy.h ssl.h
+s3_enc.o: ssl2.h ssl23.h ssl3.h ssl_locl.h tls1.h ../include/asn1.h
+s3_lib.o: ../include/bio.h ../include/blowfish.h ../include/bn.h
+s3_lib.o: ../include/buffer.h ../include/cast.h ../include/comp.h
+s3_lib.o: ../include/crypto.h ../include/des.h ../include/dh.h ../include/dsa.h
+s3_lib.o: ../include/e_os.h ../include/err.h ../include/evp.h ../include/idea.h
+s3_lib.o: ../include/lhash.h ../include/md2.h ../include/md5.h
+s3_lib.o: ../include/mdc2.h ../include/objects.h ../include/pkcs7.h
+s3_lib.o: ../include/rc2.h ../include/rc4.h ../include/rc5.h
+s3_lib.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h
+s3_lib.o: ../include/stack.h ../include/x509.h ../include/x509_vfy.h ssl.h
+s3_lib.o: ssl2.h ssl23.h ssl3.h ssl_locl.h tls1.h ../include/asn1.h
+s3_meth.o: ../include/bio.h ../include/blowfish.h ../include/bn.h
+s3_meth.o: ../include/buffer.h ../include/cast.h ../include/comp.h
+s3_meth.o: ../include/crypto.h ../include/des.h ../include/dh.h
+s3_meth.o: ../include/dsa.h ../include/e_os.h ../include/err.h ../include/evp.h
+s3_meth.o: ../include/idea.h ../include/lhash.h ../include/md2.h
+s3_meth.o: ../include/md5.h ../include/mdc2.h ../include/objects.h
+s3_meth.o: ../include/pkcs7.h ../include/rc2.h ../include/rc4.h
+s3_meth.o: ../include/rc5.h ../include/ripemd.h ../include/rsa.h
+s3_meth.o: ../include/sha.h ../include/stack.h ../include/x509.h
+s3_meth.o: ../include/x509_vfy.h ssl.h ssl2.h ssl23.h ssl3.h ssl_locl.h tls1.h
+s3_pkt.o: ../include/asn1.h ../include/bio.h ../include/blowfish.h
+s3_pkt.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+s3_pkt.o: ../include/comp.h ../include/crypto.h ../include/des.h
+s3_pkt.o: ../include/dh.h ../include/dsa.h ../include/e_os.h ../include/err.h
+s3_pkt.o: ../include/evp.h ../include/idea.h ../include/lhash.h
+s3_pkt.o: ../include/md2.h ../include/md5.h ../include/mdc2.h
+s3_pkt.o: ../include/objects.h ../include/pkcs7.h ../include/rc2.h
+s3_pkt.o: ../include/rc4.h ../include/rc5.h ../include/ripemd.h
+s3_pkt.o: ../include/rsa.h ../include/sha.h ../include/stack.h
+s3_pkt.o: ../include/x509.h ../include/x509_vfy.h ssl.h ssl2.h ssl23.h ssl3.h
+s3_pkt.o: ssl_locl.h tls1.h ../include/asn1.h ../include/bio.h
+s3_srvr.o: ../include/blowfish.h ../include/bn.h ../include/buffer.h
+s3_srvr.o: ../include/cast.h ../include/comp.h ../include/crypto.h
+s3_srvr.o: ../include/des.h ../include/dh.h ../include/dsa.h ../include/e_os.h
+s3_srvr.o: ../include/err.h ../include/evp.h ../include/idea.h
+s3_srvr.o: ../include/lhash.h ../include/md2.h ../include/md5.h
+s3_srvr.o: ../include/mdc2.h ../include/objects.h ../include/pkcs7.h
+s3_srvr.o: ../include/rand.h ../include/rc2.h ../include/rc4.h ../include/rc5.h
+s3_srvr.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h
+s3_srvr.o: ../include/stack.h ../include/x509.h ../include/x509_vfy.h ssl.h
+s3_srvr.o: ssl2.h ssl23.h ssl3.h ssl_locl.h tls1.h ../include/asn1.h
+ssl_algs.o: ../include/bio.h ../include/blowfish.h ../include/bn.h
+ssl_algs.o: ../include/buffer.h ../include/cast.h ../include/comp.h
+ssl_algs.o: ../include/crypto.h ../include/des.h ../include/dh.h
+ssl_algs.o: ../include/dsa.h ../include/e_os.h ../include/err.h
+ssl_algs.o: ../include/evp.h ../include/idea.h ../include/lhash.h
+ssl_algs.o: ../include/md2.h ../include/md5.h ../include/mdc2.h
+ssl_algs.o: ../include/objects.h ../include/pkcs7.h ../include/rc2.h
+ssl_algs.o: ../include/rc4.h ../include/rc5.h ../include/ripemd.h
+ssl_algs.o: ../include/rsa.h ../include/sha.h ../include/stack.h
+ssl_algs.o: ../include/x509.h ../include/x509_vfy.h ssl.h ssl2.h ssl23.h ssl3.h
+ssl_algs.o: ssl_locl.h tls1.h ../include/asn1.h ../include/asn1_mac.h
+ssl_asn1.o: ../include/bio.h ../include/blowfish.h ../include/bn.h
+ssl_asn1.o: ../include/buffer.h ../include/cast.h ../include/comp.h
+ssl_asn1.o: ../include/crypto.h ../include/des.h ../include/dh.h
+ssl_asn1.o: ../include/dsa.h ../include/e_os.h ../include/err.h
+ssl_asn1.o: ../include/evp.h ../include/idea.h ../include/lhash.h
+ssl_asn1.o: ../include/md2.h ../include/md5.h ../include/mdc2.h
+ssl_asn1.o: ../include/objects.h ../include/pkcs7.h ../include/rc2.h
+ssl_asn1.o: ../include/rc4.h ../include/rc5.h ../include/ripemd.h
+ssl_asn1.o: ../include/rsa.h ../include/sha.h ../include/stack.h
+ssl_asn1.o: ../include/x509.h ../include/x509_vfy.h ssl.h ssl2.h ssl23.h ssl3.h
+ssl_asn1.o: ssl_locl.h tls1.h ../include/asn1.h ../include/bio.h
+ssl_cert.o: ../include/blowfish.h ../include/bn.h ../include/buffer.h
+ssl_cert.o: ../include/cast.h ../include/comp.h ../include/crypto.h
+ssl_cert.o: ../include/des.h ../include/dh.h ../include/dsa.h ../include/e_os.h
+ssl_cert.o: ../include/err.h ../include/evp.h ../include/idea.h
+ssl_cert.o: ../include/lhash.h ../include/md2.h ../include/md5.h
+ssl_cert.o: ../include/mdc2.h ../include/objects.h ../include/pem.h
+ssl_cert.o: ../include/pkcs7.h ../include/rc2.h ../include/rc4.h
+ssl_cert.o: ../include/rc5.h ../include/ripemd.h ../include/rsa.h
+ssl_cert.o: ../include/sha.h ../include/stack.h ../include/x509.h
+ssl_cert.o: ../include/x509_vfy.h ssl.h ssl2.h ssl23.h ssl3.h ssl_locl.h tls1.h
+ssl_ciph.o: ../include/asn1.h ../include/bio.h ../include/blowfish.h
+ssl_ciph.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+ssl_ciph.o: ../include/comp.h ../include/crypto.h ../include/des.h
+ssl_ciph.o: ../include/dh.h ../include/dsa.h ../include/e_os.h ../include/err.h
+ssl_ciph.o: ../include/evp.h ../include/idea.h ../include/lhash.h
+ssl_ciph.o: ../include/md2.h ../include/md5.h ../include/mdc2.h
+ssl_ciph.o: ../include/objects.h ../include/pkcs7.h ../include/rc2.h
+ssl_ciph.o: ../include/rc4.h ../include/rc5.h ../include/ripemd.h
+ssl_ciph.o: ../include/rsa.h ../include/sha.h ../include/stack.h
+ssl_ciph.o: ../include/x509.h ../include/x509_vfy.h ssl.h ssl2.h ssl23.h ssl3.h
+ssl_ciph.o: ssl_locl.h tls1.h ../include/asn1.h ../include/bio.h
+ssl_err.o: ../include/blowfish.h ../include/bn.h ../include/buffer.h
+ssl_err.o: ../include/cast.h ../include/crypto.h ../include/des.h
+ssl_err.o: ../include/dh.h ../include/dsa.h ../include/err.h ../include/evp.h
+ssl_err.o: ../include/idea.h ../include/lhash.h ../include/md2.h
+ssl_err.o: ../include/md5.h ../include/mdc2.h ../include/objects.h
+ssl_err.o: ../include/pkcs7.h ../include/rc2.h ../include/rc4.h
+ssl_err.o: ../include/rc5.h ../include/ripemd.h ../include/rsa.h
+ssl_err.o: ../include/sha.h ../include/stack.h ../include/x509.h
+ssl_err.o: ../include/x509_vfy.h ssl.h ssl2.h ssl23.h ssl3.h tls1.h
+ssl_err2.o: ../include/asn1.h ../include/bio.h ../include/blowfish.h
+ssl_err2.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+ssl_err2.o: ../include/crypto.h ../include/des.h ../include/dh.h
+ssl_err2.o: ../include/dsa.h ../include/err.h ../include/evp.h
+ssl_err2.o: ../include/idea.h ../include/lhash.h ../include/md2.h
+ssl_err2.o: ../include/md5.h ../include/mdc2.h ../include/objects.h
+ssl_err2.o: ../include/pkcs7.h ../include/rc2.h ../include/rc4.h
+ssl_err2.o: ../include/rc5.h ../include/ripemd.h ../include/rsa.h
+ssl_err2.o: ../include/sha.h ../include/stack.h ../include/x509.h
+ssl_err2.o: ../include/x509_vfy.h ssl.h ssl2.h ssl23.h ssl3.h tls1.h
+ssl_lib.o: ../include/asn1.h ../include/bio.h ../include/blowfish.h
+ssl_lib.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+ssl_lib.o: ../include/comp.h ../include/crypto.h ../include/des.h
+ssl_lib.o: ../include/dh.h ../include/dsa.h ../include/e_os.h ../include/err.h
+ssl_lib.o: ../include/evp.h ../include/idea.h ../include/lhash.h
+ssl_lib.o: ../include/md2.h ../include/md5.h ../include/mdc2.h
+ssl_lib.o: ../include/objects.h ../include/pkcs7.h ../include/rc2.h
+ssl_lib.o: ../include/rc4.h ../include/rc5.h ../include/ripemd.h
+ssl_lib.o: ../include/rsa.h ../include/sha.h ../include/stack.h
+ssl_lib.o: ../include/x509.h ../include/x509_vfy.h ssl.h ssl2.h ssl23.h ssl3.h
+ssl_lib.o: ssl_locl.h tls1.h ../include/asn1.h ../include/bio.h
+ssl_rsa.o: ../include/blowfish.h ../include/bn.h ../include/buffer.h
+ssl_rsa.o: ../include/cast.h ../include/comp.h ../include/crypto.h
+ssl_rsa.o: ../include/des.h ../include/dh.h ../include/dsa.h ../include/e_os.h
+ssl_rsa.o: ../include/err.h ../include/evp.h ../include/idea.h
+ssl_rsa.o: ../include/lhash.h ../include/md2.h ../include/md5.h
+ssl_rsa.o: ../include/mdc2.h ../include/objects.h ../include/pem.h
+ssl_rsa.o: ../include/pkcs7.h ../include/rc2.h ../include/rc4.h
+ssl_rsa.o: ../include/rc5.h ../include/ripemd.h ../include/rsa.h
+ssl_rsa.o: ../include/sha.h ../include/stack.h ../include/x509.h
+ssl_rsa.o: ../include/x509_vfy.h ssl.h ssl2.h ssl23.h ssl3.h ssl_locl.h tls1.h
+ssl_sess.o: ../include/asn1.h ../include/bio.h ../include/blowfish.h
+ssl_sess.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+ssl_sess.o: ../include/comp.h ../include/crypto.h ../include/des.h
+ssl_sess.o: ../include/dh.h ../include/dsa.h ../include/e_os.h ../include/err.h
+ssl_sess.o: ../include/evp.h ../include/idea.h ../include/lhash.h
+ssl_sess.o: ../include/md2.h ../include/md5.h ../include/mdc2.h
+ssl_sess.o: ../include/objects.h ../include/pkcs7.h ../include/rand.h
+ssl_sess.o: ../include/rc2.h ../include/rc4.h ../include/rc5.h
+ssl_sess.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h
+ssl_sess.o: ../include/stack.h ../include/x509.h ../include/x509_vfy.h ssl.h
+ssl_sess.o: ssl2.h ssl23.h ssl3.h ssl_locl.h tls1.h ../include/asn1.h
+ssl_stat.o: ../include/bio.h ../include/blowfish.h ../include/bn.h
+ssl_stat.o: ../include/buffer.h ../include/cast.h ../include/comp.h
+ssl_stat.o: ../include/crypto.h ../include/des.h ../include/dh.h
+ssl_stat.o: ../include/dsa.h ../include/e_os.h ../include/err.h
+ssl_stat.o: ../include/evp.h ../include/idea.h ../include/lhash.h
+ssl_stat.o: ../include/md2.h ../include/md5.h ../include/mdc2.h
+ssl_stat.o: ../include/objects.h ../include/pkcs7.h ../include/rc2.h
+ssl_stat.o: ../include/rc4.h ../include/rc5.h ../include/ripemd.h
+ssl_stat.o: ../include/rsa.h ../include/sha.h ../include/stack.h
+ssl_stat.o: ../include/x509.h ../include/x509_vfy.h ssl.h ssl2.h ssl23.h ssl3.h
+ssl_stat.o: ssl_locl.h tls1.h ../include/asn1.h ../include/bio.h
+ssl_txt.o: ../include/blowfish.h ../include/bn.h ../include/buffer.h
+ssl_txt.o: ../include/cast.h ../include/comp.h ../include/crypto.h
+ssl_txt.o: ../include/des.h ../include/dh.h ../include/dsa.h ../include/e_os.h
+ssl_txt.o: ../include/err.h ../include/evp.h ../include/idea.h
+ssl_txt.o: ../include/lhash.h ../include/md2.h ../include/md5.h
+ssl_txt.o: ../include/mdc2.h ../include/objects.h ../include/pkcs7.h
+ssl_txt.o: ../include/rc2.h ../include/rc4.h ../include/rc5.h
+ssl_txt.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h
+ssl_txt.o: ../include/stack.h ../include/x509.h ../include/x509_vfy.h ssl.h
+ssl_txt.o: ssl2.h ssl23.h ssl3.h ssl_locl.h tls1.h ../include/asn1.h
+t1_clnt.o: ../include/bio.h ../include/blowfish.h ../include/bn.h
+t1_clnt.o: ../include/buffer.h ../include/cast.h ../include/comp.h
+t1_clnt.o: ../include/crypto.h ../include/des.h ../include/dh.h
+t1_clnt.o: ../include/dsa.h ../include/e_os.h ../include/err.h ../include/evp.h
+t1_clnt.o: ../include/idea.h ../include/lhash.h ../include/md2.h
+t1_clnt.o: ../include/md5.h ../include/mdc2.h ../include/objects.h
+t1_clnt.o: ../include/pkcs7.h ../include/rand.h ../include/rc2.h
+t1_clnt.o: ../include/rc4.h ../include/rc5.h ../include/ripemd.h
+t1_clnt.o: ../include/rsa.h ../include/sha.h ../include/stack.h
+t1_clnt.o: ../include/x509.h ../include/x509_vfy.h ssl.h ssl2.h ssl23.h ssl3.h
+t1_clnt.o: ssl_locl.h tls1.h ../include/asn1.h ../include/bio.h
+t1_enc.o: ../include/blowfish.h ../include/bn.h ../include/buffer.h
+t1_enc.o: ../include/cast.h ../include/comp.h ../include/crypto.h
+t1_enc.o: ../include/des.h ../include/dh.h ../include/dsa.h ../include/e_os.h
+t1_enc.o: ../include/err.h ../include/evp.h ../include/hmac.h ../include/idea.h
+t1_enc.o: ../include/lhash.h ../include/md2.h ../include/md5.h
+t1_enc.o: ../include/mdc2.h ../include/objects.h ../include/pkcs7.h
+t1_enc.o: ../include/rc2.h ../include/rc4.h ../include/rc5.h
+t1_enc.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h
+t1_enc.o: ../include/stack.h ../include/x509.h ../include/x509_vfy.h ssl.h
+t1_enc.o: ssl2.h ssl23.h ssl3.h ssl_locl.h tls1.h ../include/asn1.h
+t1_lib.o: ../include/bio.h ../include/blowfish.h ../include/bn.h
+t1_lib.o: ../include/buffer.h ../include/cast.h ../include/comp.h
+t1_lib.o: ../include/crypto.h ../include/des.h ../include/dh.h ../include/dsa.h
+t1_lib.o: ../include/e_os.h ../include/err.h ../include/evp.h ../include/idea.h
+t1_lib.o: ../include/lhash.h ../include/md2.h ../include/md5.h
+t1_lib.o: ../include/mdc2.h ../include/objects.h ../include/pkcs7.h
+t1_lib.o: ../include/rc2.h ../include/rc4.h ../include/rc5.h
+t1_lib.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h
+t1_lib.o: ../include/stack.h ../include/x509.h ../include/x509_vfy.h ssl.h
+t1_lib.o: ssl2.h ssl23.h ssl3.h ssl_locl.h tls1.h ../include/asn1.h
+t1_meth.o: ../include/bio.h ../include/blowfish.h ../include/bn.h
+t1_meth.o: ../include/buffer.h ../include/cast.h ../include/comp.h
+t1_meth.o: ../include/crypto.h ../include/des.h ../include/dh.h
+t1_meth.o: ../include/dsa.h ../include/e_os.h ../include/err.h ../include/evp.h
+t1_meth.o: ../include/idea.h ../include/lhash.h ../include/md2.h
+t1_meth.o: ../include/md5.h ../include/mdc2.h ../include/objects.h
+t1_meth.o: ../include/pkcs7.h ../include/rc2.h ../include/rc4.h
+t1_meth.o: ../include/rc5.h ../include/ripemd.h ../include/rsa.h
+t1_meth.o: ../include/sha.h ../include/stack.h ../include/x509.h
+t1_meth.o: ../include/x509_vfy.h ssl.h ssl2.h ssl23.h ssl3.h ssl_locl.h tls1.h
+t1_srvr.o: ../include/asn1.h ../include/bio.h ../include/blowfish.h
+t1_srvr.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+t1_srvr.o: ../include/comp.h ../include/crypto.h ../include/des.h
+t1_srvr.o: ../include/dh.h ../include/dsa.h ../include/e_os.h ../include/err.h
+t1_srvr.o: ../include/evp.h ../include/idea.h ../include/lhash.h
+t1_srvr.o: ../include/md2.h ../include/md5.h ../include/mdc2.h
+t1_srvr.o: ../include/objects.h ../include/pkcs7.h ../include/rand.h
+t1_srvr.o: ../include/rc2.h ../include/rc4.h ../include/rc5.h
+t1_srvr.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h
+t1_srvr.o: ../include/stack.h ../include/x509.h ../include/x509_vfy.h ssl.h
+t1_srvr.o: ssl2.h ssl23.h ssl3.h ssl_locl.h tls1.h
diff --git a/test/Makefile.ssl b/test/Makefile.ssl
index 06823067bc..46373e83ba 100644
--- a/test/Makefile.ssl
+++ b/test/Makefile.ssl
@@ -10,7 +10,7 @@ CFLAG= -g
INSTALLTOP= /usr/local/ssl
MAKEFILE= Makefile.ssl
MAKE= make -f $(MAKEFILE)
-MAKEDEPEND= makedepend -f$(MAKEFILE)
+MAKEDEPEND= $(TOP)/util/domd $(TOP)
PEX_LIBS=
EX_LIBS= #-lnsl -lsocket
@@ -292,3 +292,42 @@ $(SSLTEST): $(SSLTEST).o $(DLIBSSL) $(DLIBCRYPTO)
$(CC) -o $(SSLTEST) $(CFLAGS) $(SSLTEST).o $(PEX_LIBS) $(LIBSSL) $(LIBCRYPTO) $(EX_LIBS)
# DO NOT DELETE THIS LINE -- make depend depends on it.
+
+bftest.o: ../include/blowfish.h ../include/asn1.h ../include/bio.h
+bntest.o: ../include/blowfish.h ../include/bn.h ../include/cast.h
+bntest.o: ../include/crypto.h ../include/des.h ../include/dh.h ../include/dsa.h
+bntest.o: ../include/e_os.h ../include/err.h ../include/evp.h ../include/idea.h
+bntest.o: ../include/md2.h ../include/md5.h ../include/mdc2.h
+bntest.o: ../include/objects.h ../include/pkcs7.h ../include/rand.h
+bntest.o: ../include/rc2.h ../include/rc4.h ../include/rc5.h
+bntest.o: ../include/ripemd.h ../include/rsa.h ../include/sha.h
+bntest.o: ../include/stack.h ../include/x509.h ../include/x509_vfy.h
+casttest.o: ../include/cast.h ../include/des.h ../include/bio.h ../include/bn.h
+dhtest.o: ../include/crypto.h ../include/dh.h ../include/stack.h
+dsatest.o: ../include/bio.h ../include/bn.h ../include/crypto.h
+dsatest.o: ../include/dsa.h ../include/err.h ../include/rand.h
+dsatest.o: ../include/stack.h ../include/bio.h ../include/bn.h
+exptest.o: ../include/crypto.h ../include/err.h ../include/rand.h
+exptest.o: ../include/stack.h ../include/asn1.h ../include/bio.h
+hmactest.o: ../include/blowfish.h ../include/bn.h ../include/cast.h
+hmactest.o: ../include/crypto.h ../include/des.h ../include/dh.h
+hmactest.o: ../include/dsa.h ../include/evp.h ../include/hmac.h
+hmactest.o: ../include/idea.h ../include/md2.h ../include/md5.h
+hmactest.o: ../include/mdc2.h ../include/objects.h ../include/rc2.h
+hmactest.o: ../include/rc4.h ../include/rc5.h ../include/ripemd.h
+hmactest.o: ../include/rsa.h ../include/sha.h ../include/stack.h
+ideatest.o: ../include/idea.h ../include/md2.h ../include/md5.h
+mdc2test.o: ../include/des.h ../include/mdc2.h ../include/rand.h
+rc2test.o: ../include/rc2.h ../include/rc4.h ../include/rc5.h
+rmdtest.o: ../include/ripemd.h ../include/sha.h ../include/sha.h
+ssltest.o: ../include/asn1.h ../include/bio.h ../include/blowfish.h
+ssltest.o: ../include/bn.h ../include/buffer.h ../include/cast.h
+ssltest.o: ../include/crypto.h ../include/des.h ../include/dh.h
+ssltest.o: ../include/dsa.h ../include/e_os.h ../include/err.h ../include/evp.h
+ssltest.o: ../include/idea.h ../include/lhash.h ../include/md2.h
+ssltest.o: ../include/md5.h ../include/mdc2.h ../include/objects.h
+ssltest.o: ../include/pkcs7.h ../include/rc2.h ../include/rc4.h
+ssltest.o: ../include/rc5.h ../include/ripemd.h ../include/rsa.h
+ssltest.o: ../include/sha.h ../include/ssl.h ../include/ssl2.h
+ssltest.o: ../include/ssl23.h ../include/ssl3.h ../include/stack.h
+ssltest.o: ../include/tls1.h ../include/x509.h ../include/x509_vfy.h
diff --git a/tools/Makefile.ssl b/tools/Makefile.ssl
index 537e97d268..caf0b7ea3d 100644
--- a/tools/Makefile.ssl
+++ b/tools/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
CFLAGS= $(INCLUDES) $(CFLAG)
diff --git a/util/clean-depend.pl b/util/clean-depend.pl
new file mode 100755
index 0000000000..e44b17264e
--- /dev/null
+++ b/util/clean-depend.pl
@@ -0,0 +1,35 @@
+#!/usr/local/bin/perl -w
+# Clean the dependency list in a makefile of standard includes...
+# Written by Ben Laurie <ben@algroup.co.uk> 19 Jan 1999
+
+use strict;
+
+while(<STDIN>) {
+ print;
+ last if /^# DO NOT DELETE THIS LINE/;
+}
+
+my %files;
+
+while(<STDIN>) {
+ my ($file,$deps)=/^(.*): (.*)$/;
+ next if !defined $deps;
+ my @deps=split ' ',$deps;
+ @deps=grep(!/^\/usr\/include/,@deps);
+ push @{$files{$file}},@deps;
+}
+
+my $len=0;
+foreach my $file (sort keys %files) {
+ foreach my $dep (sort @{$files{$file}}) {
+ $len=0 if $len+length($dep)+1 >= 80;
+ if($len == 0) {
+ print "\n$file:";
+ $len=length($file)+1;
+ }
+ print " $dep";
+ $len+=length($dep)+1;
+ }
+}
+
+print "\n";
diff --git a/util/domd b/util/domd
new file mode 100755
index 0000000000..324051f60b
--- /dev/null
+++ b/util/domd
@@ -0,0 +1,11 @@
+#!/bin/sh
+# Do a makedepend, only leave out the standard headers
+# Written by Ben Laurie <ben@algroup.co.uk> 19 Jan 1999
+
+TOP=$1
+shift
+
+cp Makefile.ssl Makefile.save
+makedepend -f Makefile.ssl $@
+$TOP/util/clean-depend.pl < Makefile.ssl > Makefile.new
+mv Makefile.new Makefile.ssl