]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/x509v3/Makefile.ssl
Submitted by:
[thirdparty/openssl.git] / crypto / x509v3 / Makefile.ssl
CommitLineData
9aeaf1b4
DSH
1#
2# SSLeay/crypto/x509v3/Makefile
3#
4
5DIR= x509v3
6TOP= ../..
7CC= cc
8INCLUDES= -I.. -I../../include
9CFLAG=-g
10INSTALLTOP=/usr/local/ssl
11MAKE= make -f Makefile.ssl
12MAKEDEPEND= $(TOP)/util/domd $(TOP)
13MAKEFILE= Makefile.ssl
14AR= ar r
15
16CFLAGS= $(INCLUDES) $(CFLAG)
17
18ERR=x509v3
19ERRC=v3err
20GENERAL=Makefile README
21TEST=
22APPS=
23
24LIB=$(TOP)/libcrypto.a
a83d7d14 25LIBSRC= v3_bcons.c v3_bitst.c v3_conf.c v3_extku.c v3_ia5.c \
0be9747b 26v3_lib.c v3_prn.c v3_utl.c v3err.c v3_genn.c v3_alt.c v3_skey.c v3_akey.c \
d943e372 27v3_pku.c v3_int.c v3_enum.c v3_sxnet.c v3_cpols.c v3_crld.c
a83d7d14 28LIBOBJ= v3_bcons.o v3_bitst.o v3_conf.o v3_extku.o v3_ia5.o v3_lib.o \
0ca5f8b1 29v3_prn.o v3_utl.o v3err.o v3_genn.o v3_alt.o v3_skey.o v3_akey.o v3_pku.o \
d943e372 30v3_int.o v3_enum.o v3_sxnet.o v3_cpols.o v3_crld.o
9aeaf1b4
DSH
31
32SRC= $(LIBSRC)
33
34EXHEADER= x509v3.h
35HEADER= $(EXHEADER)
36
37ALL= $(GENERAL) $(SRC) $(HEADER)
38
39top:
40 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
41
42all: lib
43
44lib: $(LIBOBJ)
45 $(AR) $(LIB) $(LIBOBJ)
99aab161 46 $(RANLIB) $(LIB)
9aeaf1b4
DSH
47 @touch lib
48
49files:
99aab161 50 $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
9aeaf1b4
DSH
51
52links:
bb8f3c58 53 @$(TOP)/util/point.sh Makefile.ssl Makefile
ec577822 54 @$(TOP)/util/mklink.sh ../../include/openssl $(EXHEADER)
bb8f3c58
RE
55 @$(TOP)/util/mklink.sh ../../test $(TEST)
56 @$(TOP)/util/mklink.sh ../../apps $(APPS)
9aeaf1b4
DSH
57
58install:
59 @for i in $(EXHEADER) ; \
60 do \
ec577822
BM
61 (cp $$i $(INSTALLTOP)/include/openssl/$$i; \
62 chmod 644 $(INSTALLTOP)/include/openssl/$$i ); \
9aeaf1b4
DSH
63 done;
64
65tags:
66 ctags $(SRC)
67
68tests:
69
70lint:
71 lint -DLINT $(INCLUDES) $(SRC)>fluff
72
73depend:
74 $(MAKEDEPEND) $(INCLUDES) $(PROGS) $(LIBSRC)
75
76dclean:
99aab161 77 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
9aeaf1b4
DSH
78 mv -f Makefile.new $(MAKEFILE)
79
80clean:
bb8f3c58 81 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
9aeaf1b4
DSH
82
83errors: $(ERRC).c
84
85$(ERRC).c: $(ERR).err
99aab161
UM
86 $(PERL) $(TOP)/util/err-ins.pl $(ERR).err $(ERR).h
87 $(PERL) ../err/err_genc.pl -s $(ERR).h $(ERRC).c
9aeaf1b4
DSH
88
89# DO NOT DELETE THIS LINE -- make depend depends on it.
6242bb9c
BL
90
91v3_akey.o: ../../include/asn1.h ../../include/asn1_mac.h ../../include/bio.h
92v3_akey.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
93v3_akey.o: ../../include/cast.h ../../include/conf.h ../../include/des.h
94v3_akey.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
95v3_akey.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
96v3_akey.o: ../../include/lhash.h ../../include/md2.h ../../include/md5.h
97v3_akey.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
98v3_akey.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
f73e07cf
BL
99v3_akey.o: ../../include/ripemd.h ../../include/rsa.h ../../include/safestack.h
100v3_akey.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
61f5b6f3
BL
101v3_akey.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h ../opensslconf.h
102v3_akey.o: ../opensslv.h x509v3.h
6242bb9c
BL
103v3_alt.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
104v3_alt.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
105v3_alt.o: ../../include/conf.h ../../include/des.h ../../include/dh.h
106v3_alt.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
107v3_alt.o: ../../include/evp.h ../../include/idea.h ../../include/lhash.h
108v3_alt.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
109v3_alt.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
110v3_alt.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
f73e07cf
BL
111v3_alt.o: ../../include/rsa.h ../../include/safestack.h ../../include/sha.h
112v3_alt.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
61f5b6f3 113v3_alt.o: ../cryptlib.h ../crypto.h ../opensslconf.h ../opensslv.h x509v3.h
6242bb9c
BL
114v3_bcons.o: ../../include/asn1.h ../../include/asn1_mac.h ../../include/bio.h
115v3_bcons.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
116v3_bcons.o: ../../include/cast.h ../../include/conf.h ../../include/des.h
117v3_bcons.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
118v3_bcons.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
119v3_bcons.o: ../../include/lhash.h ../../include/md2.h ../../include/md5.h
120v3_bcons.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
121v3_bcons.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
f73e07cf
BL
122v3_bcons.o: ../../include/ripemd.h ../../include/rsa.h
123v3_bcons.o: ../../include/safestack.h ../../include/sha.h ../../include/stack.h
124v3_bcons.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
61f5b6f3 125v3_bcons.o: ../crypto.h ../opensslconf.h ../opensslv.h x509v3.h
6242bb9c
BL
126v3_bitst.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
127v3_bitst.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
128v3_bitst.o: ../../include/conf.h ../../include/des.h ../../include/dh.h
129v3_bitst.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
130v3_bitst.o: ../../include/evp.h ../../include/idea.h ../../include/lhash.h
131v3_bitst.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
132v3_bitst.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
133v3_bitst.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
f73e07cf
BL
134v3_bitst.o: ../../include/rsa.h ../../include/safestack.h ../../include/sha.h
135v3_bitst.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
61f5b6f3 136v3_bitst.o: ../cryptlib.h ../crypto.h ../opensslconf.h ../opensslv.h x509v3.h
6242bb9c
BL
137v3_conf.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
138v3_conf.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
139v3_conf.o: ../../include/conf.h ../../include/des.h ../../include/dh.h
140v3_conf.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
141v3_conf.o: ../../include/evp.h ../../include/idea.h ../../include/lhash.h
142v3_conf.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
143v3_conf.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
144v3_conf.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
f73e07cf
BL
145v3_conf.o: ../../include/rsa.h ../../include/safestack.h ../../include/sha.h
146v3_conf.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
61f5b6f3 147v3_conf.o: ../cryptlib.h ../crypto.h ../opensslconf.h ../opensslv.h x509v3.h
2dcf04d1
BL
148v3_cpols.o: ../../include/asn1.h ../../include/asn1_mac.h ../../include/bio.h
149v3_cpols.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
150v3_cpols.o: ../../include/cast.h ../../include/conf.h ../../include/des.h
151v3_cpols.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
152v3_cpols.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
153v3_cpols.o: ../../include/lhash.h ../../include/md2.h ../../include/md5.h
154v3_cpols.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
155v3_cpols.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
156v3_cpols.o: ../../include/ripemd.h ../../include/rsa.h
157v3_cpols.o: ../../include/safestack.h ../../include/sha.h ../../include/stack.h
158v3_cpols.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
61f5b6f3
BL
159v3_cpols.o: ../crypto.h ../opensslconf.h ../opensslv.h x509v3.h
160v3_crld.o: ../../include/asn1.h ../../include/asn1_mac.h ../../include/bio.h
161v3_crld.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
162v3_crld.o: ../../include/cast.h ../../include/conf.h ../../include/des.h
163v3_crld.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
164v3_crld.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
165v3_crld.o: ../../include/lhash.h ../../include/md2.h ../../include/md5.h
166v3_crld.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
167v3_crld.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
168v3_crld.o: ../../include/ripemd.h ../../include/rsa.h ../../include/safestack.h
169v3_crld.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
170v3_crld.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h ../opensslconf.h
171v3_crld.o: ../opensslv.h x509v3.h
6242bb9c
BL
172v3_enum.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
173v3_enum.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
174v3_enum.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
175v3_enum.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
176v3_enum.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
177v3_enum.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
178v3_enum.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
f73e07cf
BL
179v3_enum.o: ../../include/ripemd.h ../../include/rsa.h ../../include/safestack.h
180v3_enum.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
61f5b6f3
BL
181v3_enum.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h ../opensslconf.h
182v3_enum.o: ../opensslv.h x509v3.h
6242bb9c
BL
183v3_extku.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
184v3_extku.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
185v3_extku.o: ../../include/conf.h ../../include/des.h ../../include/dh.h
186v3_extku.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
187v3_extku.o: ../../include/evp.h ../../include/idea.h ../../include/lhash.h
188v3_extku.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
189v3_extku.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
190v3_extku.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
f73e07cf
BL
191v3_extku.o: ../../include/rsa.h ../../include/safestack.h ../../include/sha.h
192v3_extku.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
61f5b6f3 193v3_extku.o: ../cryptlib.h ../crypto.h ../opensslconf.h ../opensslv.h x509v3.h
6242bb9c
BL
194v3_genn.o: ../../include/asn1.h ../../include/asn1_mac.h ../../include/bio.h
195v3_genn.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
196v3_genn.o: ../../include/cast.h ../../include/conf.h ../../include/des.h
197v3_genn.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
198v3_genn.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
199v3_genn.o: ../../include/lhash.h ../../include/md2.h ../../include/md5.h
200v3_genn.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
201v3_genn.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
f73e07cf
BL
202v3_genn.o: ../../include/ripemd.h ../../include/rsa.h ../../include/safestack.h
203v3_genn.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
61f5b6f3
BL
204v3_genn.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h ../opensslconf.h
205v3_genn.o: ../opensslv.h x509v3.h
6242bb9c
BL
206v3_ia5.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
207v3_ia5.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
208v3_ia5.o: ../../include/conf.h ../../include/des.h ../../include/dh.h
209v3_ia5.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
210v3_ia5.o: ../../include/evp.h ../../include/idea.h ../../include/lhash.h
211v3_ia5.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
212v3_ia5.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
213v3_ia5.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
f73e07cf
BL
214v3_ia5.o: ../../include/rsa.h ../../include/safestack.h ../../include/sha.h
215v3_ia5.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
61f5b6f3 216v3_ia5.o: ../cryptlib.h ../crypto.h ../opensslconf.h ../opensslv.h x509v3.h
6242bb9c
BL
217v3_int.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
218v3_int.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
219v3_int.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
220v3_int.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
221v3_int.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
222v3_int.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
223v3_int.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
f73e07cf
BL
224v3_int.o: ../../include/ripemd.h ../../include/rsa.h ../../include/safestack.h
225v3_int.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
61f5b6f3
BL
226v3_int.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h ../opensslconf.h
227v3_int.o: ../opensslv.h x509v3.h
6242bb9c
BL
228v3_lib.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
229v3_lib.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
230v3_lib.o: ../../include/conf.h ../../include/des.h ../../include/dh.h
231v3_lib.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
232v3_lib.o: ../../include/evp.h ../../include/idea.h ../../include/lhash.h
233v3_lib.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
234v3_lib.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
235v3_lib.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
f73e07cf
BL
236v3_lib.o: ../../include/rsa.h ../../include/safestack.h ../../include/sha.h
237v3_lib.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
61f5b6f3 238v3_lib.o: ../cryptlib.h ../crypto.h ../opensslconf.h ../opensslv.h x509v3.h
6242bb9c
BL
239v3_pku.o: ../../include/asn1.h ../../include/asn1_mac.h ../../include/bio.h
240v3_pku.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
241v3_pku.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
242v3_pku.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
243v3_pku.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
244v3_pku.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
245v3_pku.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
246v3_pku.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
f73e07cf
BL
247v3_pku.o: ../../include/safestack.h ../../include/sha.h ../../include/stack.h
248v3_pku.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
61f5b6f3 249v3_pku.o: ../crypto.h ../opensslconf.h ../opensslv.h x509v3.h
6242bb9c
BL
250v3_prn.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
251v3_prn.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
252v3_prn.o: ../../include/conf.h ../../include/des.h ../../include/dh.h
253v3_prn.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
254v3_prn.o: ../../include/evp.h ../../include/idea.h ../../include/lhash.h
255v3_prn.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
256v3_prn.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
257v3_prn.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
f73e07cf
BL
258v3_prn.o: ../../include/rsa.h ../../include/safestack.h ../../include/sha.h
259v3_prn.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
61f5b6f3 260v3_prn.o: ../cryptlib.h ../crypto.h ../opensslconf.h ../opensslv.h x509v3.h
6242bb9c
BL
261v3_skey.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
262v3_skey.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
263v3_skey.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
264v3_skey.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
265v3_skey.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
266v3_skey.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
267v3_skey.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
f73e07cf
BL
268v3_skey.o: ../../include/ripemd.h ../../include/rsa.h ../../include/safestack.h
269v3_skey.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
61f5b6f3
BL
270v3_skey.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h ../opensslconf.h
271v3_skey.o: ../opensslv.h x509v3.h
e709e485
BL
272v3_sxnet.o: ../../include/asn1.h ../../include/asn1_mac.h ../../include/bio.h
273v3_sxnet.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
274v3_sxnet.o: ../../include/cast.h ../../include/conf.h ../../include/des.h
275v3_sxnet.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
276v3_sxnet.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
277v3_sxnet.o: ../../include/lhash.h ../../include/md2.h ../../include/md5.h
278v3_sxnet.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
279v3_sxnet.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
f73e07cf
BL
280v3_sxnet.o: ../../include/ripemd.h ../../include/rsa.h
281v3_sxnet.o: ../../include/safestack.h ../../include/sha.h ../../include/stack.h
282v3_sxnet.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
61f5b6f3 283v3_sxnet.o: ../crypto.h ../opensslconf.h ../opensslv.h x509v3.h
6242bb9c
BL
284v3_utl.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
285v3_utl.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
286v3_utl.o: ../../include/conf.h ../../include/des.h ../../include/dh.h
287v3_utl.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
288v3_utl.o: ../../include/evp.h ../../include/idea.h ../../include/lhash.h
289v3_utl.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
290v3_utl.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
291v3_utl.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
f73e07cf
BL
292v3_utl.o: ../../include/rsa.h ../../include/safestack.h ../../include/sha.h
293v3_utl.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
61f5b6f3 294v3_utl.o: ../cryptlib.h ../crypto.h ../opensslconf.h ../opensslv.h x509v3.h
6242bb9c
BL
295v3err.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
296v3err.o: ../../include/bn.h ../../include/cast.h ../../include/des.h
297v3err.o: ../../include/dh.h ../../include/dsa.h ../../include/err.h
298v3err.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
299v3err.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
300v3err.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
301v3err.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
f73e07cf
BL
302v3err.o: ../../include/safestack.h ../../include/sha.h ../../include/stack.h
303v3err.o: ../../include/x509.h ../../include/x509_vfy.h ../crypto.h
61f5b6f3 304v3err.o: ../opensslconf.h ../opensslv.h x509v3.h