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