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