1#
2# OpenSSL/crypto/x509/Makefile
3#
4
5DIR=	x509
6TOP=	../..
7CC=	cc
8INCLUDES= -I.. -I$(TOP) -I../../include
9CFLAG=-g
10MAKEFILE=	Makefile
11AR=		ar r
12
13CFLAGS= $(INCLUDES) $(CFLAG)
14
15GENERAL=Makefile README
16TEST=
17APPS=
18
19LIB=$(TOP)/libcrypto.a
20LIBSRC=	x509_def.c x509_d2.c x509_r2x.c x509_cmp.c \
21	x509_obj.c x509_req.c x509spki.c x509_vfy.c \
22	x509_set.c x509cset.c x509rset.c x509_err.c \
23	x509name.c x509_v3.c x509_ext.c x509_att.c \
24	x509type.c x509_lu.c x_all.c x509_txt.c \
25	x509_trs.c by_file.c by_dir.c x509_vpm.c
26LIBOBJ= x509_def.o x509_d2.o x509_r2x.o x509_cmp.o \
27	x509_obj.o x509_req.o x509spki.o x509_vfy.o \
28	x509_set.o x509cset.o x509rset.o x509_err.o \
29	x509name.o x509_v3.o x509_ext.o x509_att.o \
30	x509type.o x509_lu.o x_all.o x509_txt.o \
31	x509_trs.o by_file.o by_dir.o x509_vpm.o
32
33SRC= $(LIBSRC)
34
35EXHEADER= x509.h x509_vfy.h
36HEADER=	$(EXHEADER)
37
38ALL=    $(GENERAL) $(SRC) $(HEADER)
39
40top:
41	(cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
42
43all:	lib
44
45lib:	$(LIBOBJ)
46	$(ARX) $(LIB) $(LIBOBJ)
47	$(RANLIB) $(LIB) || echo Never mind.
48	@touch lib
49
50files:
51	$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
52
53links:
54	@$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
55	@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
56	@$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
57
58install:
59	@[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
60	@headerlist="$(EXHEADER)"; for i in $$headerlist ; \
61	do  \
62	(cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
63	chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
64	done;
65
66tags:
67	ctags $(SRC)
68
69tests:
70
71lint:
72	lint -DLINT $(INCLUDES) $(SRC)>fluff
73
74depend:
75	@[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
76	$(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
77
78dclean:
79	$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
80	mv -f Makefile.new $(MAKEFILE)
81
82clean:
83	rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
84
85# DO NOT DELETE THIS LINE -- make depend depends on it.
86
87by_dir.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
88by_dir.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
89by_dir.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
90by_dir.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
91by_dir.o: ../../include/openssl/err.h ../../include/openssl/evp.h
92by_dir.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
93by_dir.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
94by_dir.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
95by_dir.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
96by_dir.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
97by_dir.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
98by_dir.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
99by_dir.o: ../cryptlib.h by_dir.c
100by_file.o: ../../e_os.h ../../include/openssl/asn1.h
101by_file.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
102by_file.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
103by_file.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
104by_file.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
105by_file.o: ../../include/openssl/evp.h ../../include/openssl/fips.h
106by_file.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
107by_file.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
108by_file.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
109by_file.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
110by_file.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
111by_file.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
112by_file.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
113by_file.o: ../../include/openssl/x509_vfy.h ../cryptlib.h by_file.c
114x509_att.o: ../../e_os.h ../../include/openssl/asn1.h
115x509_att.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
116x509_att.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
117x509_att.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
118x509_att.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
119x509_att.o: ../../include/openssl/err.h ../../include/openssl/evp.h
120x509_att.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
121x509_att.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
122x509_att.o: ../../include/openssl/opensslconf.h
123x509_att.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
124x509_att.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
125x509_att.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
126x509_att.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
127x509_att.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
128x509_att.o: ../cryptlib.h x509_att.c
129x509_cmp.o: ../../e_os.h ../../include/openssl/asn1.h
130x509_cmp.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
131x509_cmp.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
132x509_cmp.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
133x509_cmp.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
134x509_cmp.o: ../../include/openssl/err.h ../../include/openssl/evp.h
135x509_cmp.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
136x509_cmp.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
137x509_cmp.o: ../../include/openssl/opensslconf.h
138x509_cmp.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
139x509_cmp.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
140x509_cmp.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
141x509_cmp.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
142x509_cmp.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
143x509_cmp.o: ../cryptlib.h x509_cmp.c
144x509_d2.o: ../../e_os.h ../../include/openssl/asn1.h
145x509_d2.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
146x509_d2.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
147x509_d2.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
148x509_d2.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
149x509_d2.o: ../../include/openssl/evp.h ../../include/openssl/fips.h
150x509_d2.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
151x509_d2.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
152x509_d2.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
153x509_d2.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
154x509_d2.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
155x509_d2.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
156x509_d2.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509_d2.c
157x509_def.o: ../../e_os.h ../../include/openssl/asn1.h
158x509_def.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
159x509_def.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
160x509_def.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
161x509_def.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
162x509_def.o: ../../include/openssl/evp.h ../../include/openssl/fips.h
163x509_def.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
164x509_def.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
165x509_def.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
166x509_def.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
167x509_def.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
168x509_def.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
169x509_def.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509_def.c
170x509_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
171x509_err.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
172x509_err.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
173x509_err.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
174x509_err.o: ../../include/openssl/err.h ../../include/openssl/evp.h
175x509_err.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
176x509_err.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
177x509_err.o: ../../include/openssl/opensslconf.h
178x509_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
179x509_err.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
180x509_err.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
181x509_err.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
182x509_err.o: ../../include/openssl/x509_vfy.h x509_err.c
183x509_ext.o: ../../e_os.h ../../include/openssl/asn1.h
184x509_ext.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
185x509_ext.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
186x509_ext.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
187x509_ext.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
188x509_ext.o: ../../include/openssl/err.h ../../include/openssl/evp.h
189x509_ext.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
190x509_ext.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
191x509_ext.o: ../../include/openssl/opensslconf.h
192x509_ext.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
193x509_ext.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
194x509_ext.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
195x509_ext.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
196x509_ext.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
197x509_ext.o: ../cryptlib.h x509_ext.c
198x509_lu.o: ../../e_os.h ../../include/openssl/asn1.h
199x509_lu.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
200x509_lu.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
201x509_lu.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
202x509_lu.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
203x509_lu.o: ../../include/openssl/err.h ../../include/openssl/evp.h
204x509_lu.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
205x509_lu.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
206x509_lu.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
207x509_lu.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
208x509_lu.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
209x509_lu.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
210x509_lu.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
211x509_lu.o: ../../include/openssl/x509v3.h ../cryptlib.h x509_lu.c
212x509_obj.o: ../../e_os.h ../../include/openssl/asn1.h
213x509_obj.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
214x509_obj.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
215x509_obj.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
216x509_obj.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
217x509_obj.o: ../../include/openssl/evp.h ../../include/openssl/fips.h
218x509_obj.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
219x509_obj.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
220x509_obj.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
221x509_obj.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
222x509_obj.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
223x509_obj.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
224x509_obj.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509_obj.c
225x509_r2x.o: ../../e_os.h ../../include/openssl/asn1.h
226x509_r2x.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
227x509_r2x.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
228x509_r2x.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
229x509_r2x.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
230x509_r2x.o: ../../include/openssl/err.h ../../include/openssl/evp.h
231x509_r2x.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
232x509_r2x.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
233x509_r2x.o: ../../include/openssl/opensslconf.h
234x509_r2x.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
235x509_r2x.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
236x509_r2x.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
237x509_r2x.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
238x509_r2x.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509_r2x.c
239x509_req.o: ../../e_os.h ../../include/openssl/asn1.h
240x509_req.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
241x509_req.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
242x509_req.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
243x509_req.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
244x509_req.o: ../../include/openssl/err.h ../../include/openssl/evp.h
245x509_req.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
246x509_req.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
247x509_req.o: ../../include/openssl/opensslconf.h
248x509_req.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
249x509_req.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
250x509_req.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
251x509_req.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
252x509_req.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
253x509_req.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509_req.c
254x509_set.o: ../../e_os.h ../../include/openssl/asn1.h
255x509_set.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
256x509_set.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
257x509_set.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
258x509_set.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
259x509_set.o: ../../include/openssl/evp.h ../../include/openssl/fips.h
260x509_set.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
261x509_set.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
262x509_set.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
263x509_set.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
264x509_set.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
265x509_set.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
266x509_set.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509_set.c
267x509_trs.o: ../../e_os.h ../../include/openssl/asn1.h
268x509_trs.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
269x509_trs.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
270x509_trs.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
271x509_trs.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
272x509_trs.o: ../../include/openssl/err.h ../../include/openssl/evp.h
273x509_trs.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
274x509_trs.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
275x509_trs.o: ../../include/openssl/opensslconf.h
276x509_trs.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
277x509_trs.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
278x509_trs.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
279x509_trs.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
280x509_trs.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
281x509_trs.o: ../cryptlib.h x509_trs.c
282x509_txt.o: ../../e_os.h ../../include/openssl/asn1.h
283x509_txt.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
284x509_txt.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
285x509_txt.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
286x509_txt.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
287x509_txt.o: ../../include/openssl/evp.h ../../include/openssl/fips.h
288x509_txt.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
289x509_txt.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
290x509_txt.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
291x509_txt.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
292x509_txt.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
293x509_txt.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
294x509_txt.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509_txt.c
295x509_v3.o: ../../e_os.h ../../include/openssl/asn1.h
296x509_v3.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
297x509_v3.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
298x509_v3.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
299x509_v3.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
300x509_v3.o: ../../include/openssl/err.h ../../include/openssl/evp.h
301x509_v3.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
302x509_v3.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
303x509_v3.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
304x509_v3.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
305x509_v3.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
306x509_v3.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
307x509_v3.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
308x509_v3.o: ../../include/openssl/x509v3.h ../cryptlib.h x509_v3.c
309x509_vfy.o: ../../e_os.h ../../include/openssl/asn1.h
310x509_vfy.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
311x509_vfy.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
312x509_vfy.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
313x509_vfy.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
314x509_vfy.o: ../../include/openssl/err.h ../../include/openssl/evp.h
315x509_vfy.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
316x509_vfy.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
317x509_vfy.o: ../../include/openssl/opensslconf.h
318x509_vfy.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
319x509_vfy.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
320x509_vfy.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
321x509_vfy.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
322x509_vfy.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
323x509_vfy.o: ../cryptlib.h x509_vfy.c
324x509_vpm.o: ../../e_os.h ../../include/openssl/asn1.h
325x509_vpm.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
326x509_vpm.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
327x509_vpm.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
328x509_vpm.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
329x509_vpm.o: ../../include/openssl/err.h ../../include/openssl/evp.h
330x509_vpm.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
331x509_vpm.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
332x509_vpm.o: ../../include/openssl/opensslconf.h
333x509_vpm.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
334x509_vpm.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
335x509_vpm.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
336x509_vpm.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
337x509_vpm.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
338x509_vpm.o: ../cryptlib.h x509_vpm.c
339x509cset.o: ../../e_os.h ../../include/openssl/asn1.h
340x509cset.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
341x509cset.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
342x509cset.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
343x509cset.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
344x509cset.o: ../../include/openssl/evp.h ../../include/openssl/fips.h
345x509cset.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
346x509cset.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
347x509cset.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
348x509cset.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
349x509cset.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
350x509cset.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
351x509cset.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509cset.c
352x509name.o: ../../e_os.h ../../include/openssl/asn1.h
353x509name.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
354x509name.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
355x509name.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
356x509name.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
357x509name.o: ../../include/openssl/evp.h ../../include/openssl/fips.h
358x509name.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
359x509name.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
360x509name.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
361x509name.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
362x509name.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
363x509name.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
364x509name.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509name.c
365x509rset.o: ../../e_os.h ../../include/openssl/asn1.h
366x509rset.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
367x509rset.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
368x509rset.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
369x509rset.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
370x509rset.o: ../../include/openssl/evp.h ../../include/openssl/fips.h
371x509rset.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
372x509rset.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
373x509rset.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
374x509rset.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
375x509rset.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
376x509rset.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
377x509rset.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509rset.c
378x509spki.o: ../../e_os.h ../../include/openssl/asn1.h
379x509spki.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
380x509spki.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
381x509spki.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
382x509spki.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
383x509spki.o: ../../include/openssl/evp.h ../../include/openssl/fips.h
384x509spki.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
385x509spki.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
386x509spki.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
387x509spki.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
388x509spki.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
389x509spki.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
390x509spki.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509spki.c
391x509type.o: ../../e_os.h ../../include/openssl/asn1.h
392x509type.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
393x509type.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
394x509type.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
395x509type.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
396x509type.o: ../../include/openssl/evp.h ../../include/openssl/fips.h
397x509type.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
398x509type.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
399x509type.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
400x509type.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
401x509type.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
402x509type.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
403x509type.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509type.c
404x_all.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
405x_all.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
406x_all.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
407x_all.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
408x_all.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
409x_all.o: ../../include/openssl/evp.h ../../include/openssl/fips.h
410x_all.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
411x_all.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
412x_all.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
413x_all.o: ../../include/openssl/pkcs7.h ../../include/openssl/rsa.h
414x_all.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
415x_all.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
416x_all.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
417x_all.o: ../cryptlib.h x_all.c
418