Skip to content

Commit

Permalink
Finally lay dependencies to rest (I hope!).
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Laurie committed Jan 19, 1999
1 parent b13a155 commit 8039257
Show file tree
Hide file tree
Showing 41 changed files with 2,458 additions and 39 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>]

Expand Down
271 changes: 270 additions & 1 deletion apps/Makefile.ssl

Large diffs are not rendered by default.

16 changes: 14 additions & 2 deletions crypto/Makefile.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
592 changes: 591 additions & 1 deletion crypto/asn1/Makefile.ssl

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion crypto/bf/Makefile.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
53 changes: 52 additions & 1 deletion crypto/bio/Makefile.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
47 changes: 46 additions & 1 deletion crypto/bn/Makefile.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
6 changes: 5 additions & 1 deletion crypto/buffer/Makefile.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
5 changes: 4 additions & 1 deletion crypto/cast/Makefile.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
10 changes: 9 additions & 1 deletion crypto/comp/Makefile.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
7 changes: 6 additions & 1 deletion crypto/conf/Makefile.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
11 changes: 10 additions & 1 deletion crypto/des/Makefile.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
14 changes: 13 additions & 1 deletion crypto/dh/Makefile.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
27 changes: 26 additions & 1 deletion crypto/dsa/Makefile.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
17 changes: 16 additions & 1 deletion crypto/err/Makefile.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Loading

0 comments on commit 8039257

Please sign in to comment.