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