1142425Snectar#
2160814Ssimon# OpenSSL/crypto/x509/Makefile
3142425Snectar#
4142425Snectar
5142425SnectarDIR=	x509
6142425SnectarTOP=	../..
7142425SnectarCC=	cc
8142425SnectarINCLUDES= -I.. -I$(TOP) -I../../include
9142425SnectarCFLAG=-g
10142425SnectarMAKEFILE=	Makefile
11142425SnectarAR=		ar r
12142425Snectar
13142425SnectarCFLAGS= $(INCLUDES) $(CFLAG)
14142425Snectar
15142425SnectarGENERAL=Makefile README
16142425SnectarTEST=
17142425SnectarAPPS=
18142425Snectar
19142425SnectarLIB=$(TOP)/libcrypto.a
20142425SnectarLIBSRC=	x509_def.c x509_d2.c x509_r2x.c x509_cmp.c \
21142425Snectar	x509_obj.c x509_req.c x509spki.c x509_vfy.c \
22142425Snectar	x509_set.c x509cset.c x509rset.c x509_err.c \
23142425Snectar	x509name.c x509_v3.c x509_ext.c x509_att.c \
24142425Snectar	x509type.c x509_lu.c x_all.c x509_txt.c \
25160814Ssimon	x509_trs.c by_file.c by_dir.c x509_vpm.c
26142425SnectarLIBOBJ= x509_def.o x509_d2.o x509_r2x.o x509_cmp.o \
27142425Snectar	x509_obj.o x509_req.o x509spki.o x509_vfy.o \
28142425Snectar	x509_set.o x509cset.o x509rset.o x509_err.o \
29142425Snectar	x509name.o x509_v3.o x509_ext.o x509_att.o \
30142425Snectar	x509type.o x509_lu.o x_all.o x509_txt.o \
31160814Ssimon	x509_trs.o by_file.o by_dir.o x509_vpm.o
32142425Snectar
33142425SnectarSRC= $(LIBSRC)
34142425Snectar
35142425SnectarEXHEADER= x509.h x509_vfy.h
36142425SnectarHEADER=	$(EXHEADER)
37142425Snectar
38142425SnectarALL=    $(GENERAL) $(SRC) $(HEADER)
39142425Snectar
40142425Snectartop:
41142425Snectar	(cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
42142425Snectar
43142425Snectarall:	lib
44142425Snectar
45142425Snectarlib:	$(LIBOBJ)
46194206Ssimon	$(ARX) $(LIB) $(LIBOBJ)
47142425Snectar	$(RANLIB) $(LIB) || echo Never mind.
48142425Snectar	@touch lib
49142425Snectar
50142425Snectarfiles:
51160814Ssimon	$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
52142425Snectar
53142425Snectarlinks:
54142425Snectar	@$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
55142425Snectar	@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
56142425Snectar	@$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
57142425Snectar
58142425Snectarinstall:
59160814Ssimon	@[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
60160814Ssimon	@headerlist="$(EXHEADER)"; for i in $$headerlist ; \
61142425Snectar	do  \
62142425Snectar	(cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
63142425Snectar	chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
64142425Snectar	done;
65142425Snectar
66142425Snectartags:
67142425Snectar	ctags $(SRC)
68142425Snectar
69142425Snectartests:
70142425Snectar
71142425Snectarlint:
72142425Snectar	lint -DLINT $(INCLUDES) $(SRC)>fluff
73142425Snectar
74142425Snectardepend:
75160814Ssimon	@[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
76142425Snectar	$(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
77142425Snectar
78142425Snectardclean:
79142425Snectar	$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
80142425Snectar	mv -f Makefile.new $(MAKEFILE)
81142425Snectar
82142425Snectarclean:
83142425Snectar	rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
84142425Snectar
85142425Snectar# DO NOT DELETE THIS LINE -- make depend depends on it.
86142425Snectar
87160814Ssimonby_dir.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
88160814Ssimonby_dir.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
89160814Ssimonby_dir.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
90160814Ssimonby_dir.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
91160814Ssimonby_dir.o: ../../include/openssl/err.h ../../include/openssl/evp.h
92194206Ssimonby_dir.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
93194206Ssimonby_dir.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
94194206Ssimonby_dir.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
95194206Ssimonby_dir.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
96194206Ssimonby_dir.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
97194206Ssimonby_dir.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
98194206Ssimonby_dir.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
99194206Ssimonby_dir.o: ../cryptlib.h by_dir.c
100160814Ssimonby_file.o: ../../e_os.h ../../include/openssl/asn1.h
101160814Ssimonby_file.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
102160814Ssimonby_file.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
103160814Ssimonby_file.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
104160814Ssimonby_file.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
105194206Ssimonby_file.o: ../../include/openssl/evp.h ../../include/openssl/fips.h
106194206Ssimonby_file.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
107194206Ssimonby_file.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
108194206Ssimonby_file.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
109194206Ssimonby_file.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
110194206Ssimonby_file.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
111194206Ssimonby_file.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
112194206Ssimonby_file.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
113194206Ssimonby_file.o: ../../include/openssl/x509_vfy.h ../cryptlib.h by_file.c
114160814Ssimonx509_att.o: ../../e_os.h ../../include/openssl/asn1.h
115160814Ssimonx509_att.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
116142425Snectarx509_att.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
117160814Ssimonx509_att.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
118160814Ssimonx509_att.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
119160814Ssimonx509_att.o: ../../include/openssl/err.h ../../include/openssl/evp.h
120194206Ssimonx509_att.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
121194206Ssimonx509_att.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
122194206Ssimonx509_att.o: ../../include/openssl/opensslconf.h
123142425Snectarx509_att.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
124160814Ssimonx509_att.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
125160814Ssimonx509_att.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
126160814Ssimonx509_att.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
127160814Ssimonx509_att.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
128160814Ssimonx509_att.o: ../cryptlib.h x509_att.c
129160814Ssimonx509_cmp.o: ../../e_os.h ../../include/openssl/asn1.h
130160814Ssimonx509_cmp.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
131142425Snectarx509_cmp.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
132160814Ssimonx509_cmp.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
133160814Ssimonx509_cmp.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
134160814Ssimonx509_cmp.o: ../../include/openssl/err.h ../../include/openssl/evp.h
135194206Ssimonx509_cmp.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
136194206Ssimonx509_cmp.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
137194206Ssimonx509_cmp.o: ../../include/openssl/opensslconf.h
138142425Snectarx509_cmp.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
139160814Ssimonx509_cmp.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
140160814Ssimonx509_cmp.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
141160814Ssimonx509_cmp.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
142160814Ssimonx509_cmp.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
143160814Ssimonx509_cmp.o: ../cryptlib.h x509_cmp.c
144160814Ssimonx509_d2.o: ../../e_os.h ../../include/openssl/asn1.h
145160814Ssimonx509_d2.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
146160814Ssimonx509_d2.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
147160814Ssimonx509_d2.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
148160814Ssimonx509_d2.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
149194206Ssimonx509_d2.o: ../../include/openssl/evp.h ../../include/openssl/fips.h
150194206Ssimonx509_d2.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
151194206Ssimonx509_d2.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
152194206Ssimonx509_d2.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
153194206Ssimonx509_d2.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
154194206Ssimonx509_d2.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
155194206Ssimonx509_d2.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
156194206Ssimonx509_d2.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509_d2.c
157160814Ssimonx509_def.o: ../../e_os.h ../../include/openssl/asn1.h
158160814Ssimonx509_def.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
159160814Ssimonx509_def.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
160160814Ssimonx509_def.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
161160814Ssimonx509_def.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
162194206Ssimonx509_def.o: ../../include/openssl/evp.h ../../include/openssl/fips.h
163194206Ssimonx509_def.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
164194206Ssimonx509_def.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
165142425Snectarx509_def.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
166160814Ssimonx509_def.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
167160814Ssimonx509_def.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
168160814Ssimonx509_def.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
169160814Ssimonx509_def.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509_def.c
170160814Ssimonx509_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
171160814Ssimonx509_err.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
172160814Ssimonx509_err.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
173160814Ssimonx509_err.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
174160814Ssimonx509_err.o: ../../include/openssl/err.h ../../include/openssl/evp.h
175194206Ssimonx509_err.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
176194206Ssimonx509_err.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
177194206Ssimonx509_err.o: ../../include/openssl/opensslconf.h
178142425Snectarx509_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
179160814Ssimonx509_err.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
180160814Ssimonx509_err.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
181160814Ssimonx509_err.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
182160814Ssimonx509_err.o: ../../include/openssl/x509_vfy.h x509_err.c
183160814Ssimonx509_ext.o: ../../e_os.h ../../include/openssl/asn1.h
184160814Ssimonx509_ext.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
185142425Snectarx509_ext.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
186160814Ssimonx509_ext.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
187160814Ssimonx509_ext.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
188160814Ssimonx509_ext.o: ../../include/openssl/err.h ../../include/openssl/evp.h
189194206Ssimonx509_ext.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
190194206Ssimonx509_ext.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
191194206Ssimonx509_ext.o: ../../include/openssl/opensslconf.h
192142425Snectarx509_ext.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
193160814Ssimonx509_ext.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
194160814Ssimonx509_ext.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
195160814Ssimonx509_ext.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
196160814Ssimonx509_ext.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
197160814Ssimonx509_ext.o: ../cryptlib.h x509_ext.c
198160814Ssimonx509_lu.o: ../../e_os.h ../../include/openssl/asn1.h
199160814Ssimonx509_lu.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
200142425Snectarx509_lu.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
201160814Ssimonx509_lu.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
202160814Ssimonx509_lu.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
203160814Ssimonx509_lu.o: ../../include/openssl/err.h ../../include/openssl/evp.h
204194206Ssimonx509_lu.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
205194206Ssimonx509_lu.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
206194206Ssimonx509_lu.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
207194206Ssimonx509_lu.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
208194206Ssimonx509_lu.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
209194206Ssimonx509_lu.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
210194206Ssimonx509_lu.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
211194206Ssimonx509_lu.o: ../../include/openssl/x509v3.h ../cryptlib.h x509_lu.c
212160814Ssimonx509_obj.o: ../../e_os.h ../../include/openssl/asn1.h
213160814Ssimonx509_obj.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
214160814Ssimonx509_obj.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
215160814Ssimonx509_obj.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
216160814Ssimonx509_obj.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
217194206Ssimonx509_obj.o: ../../include/openssl/evp.h ../../include/openssl/fips.h
218194206Ssimonx509_obj.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
219194206Ssimonx509_obj.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
220142425Snectarx509_obj.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
221160814Ssimonx509_obj.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
222160814Ssimonx509_obj.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
223160814Ssimonx509_obj.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
224160814Ssimonx509_obj.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509_obj.c
225160814Ssimonx509_r2x.o: ../../e_os.h ../../include/openssl/asn1.h
226160814Ssimonx509_r2x.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
227160814Ssimonx509_r2x.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
228160814Ssimonx509_r2x.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
229160814Ssimonx509_r2x.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
230142425Snectarx509_r2x.o: ../../include/openssl/err.h ../../include/openssl/evp.h
231194206Ssimonx509_r2x.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
232194206Ssimonx509_r2x.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
233194206Ssimonx509_r2x.o: ../../include/openssl/opensslconf.h
234142425Snectarx509_r2x.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
235160814Ssimonx509_r2x.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
236160814Ssimonx509_r2x.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
237160814Ssimonx509_r2x.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
238160814Ssimonx509_r2x.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509_r2x.c
239160814Ssimonx509_req.o: ../../e_os.h ../../include/openssl/asn1.h
240160814Ssimonx509_req.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
241160814Ssimonx509_req.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
242160814Ssimonx509_req.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
243160814Ssimonx509_req.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
244142425Snectarx509_req.o: ../../include/openssl/err.h ../../include/openssl/evp.h
245194206Ssimonx509_req.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
246194206Ssimonx509_req.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
247194206Ssimonx509_req.o: ../../include/openssl/opensslconf.h
248142425Snectarx509_req.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
249142425Snectarx509_req.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
250160814Ssimonx509_req.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
251160814Ssimonx509_req.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
252160814Ssimonx509_req.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
253160814Ssimonx509_req.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509_req.c
254160814Ssimonx509_set.o: ../../e_os.h ../../include/openssl/asn1.h
255160814Ssimonx509_set.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
256160814Ssimonx509_set.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
257160814Ssimonx509_set.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
258160814Ssimonx509_set.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
259194206Ssimonx509_set.o: ../../include/openssl/evp.h ../../include/openssl/fips.h
260194206Ssimonx509_set.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
261194206Ssimonx509_set.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
262142425Snectarx509_set.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
263160814Ssimonx509_set.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
264160814Ssimonx509_set.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
265160814Ssimonx509_set.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
266160814Ssimonx509_set.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509_set.c
267160814Ssimonx509_trs.o: ../../e_os.h ../../include/openssl/asn1.h
268160814Ssimonx509_trs.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
269142425Snectarx509_trs.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
270160814Ssimonx509_trs.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
271160814Ssimonx509_trs.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
272160814Ssimonx509_trs.o: ../../include/openssl/err.h ../../include/openssl/evp.h
273194206Ssimonx509_trs.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
274194206Ssimonx509_trs.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
275194206Ssimonx509_trs.o: ../../include/openssl/opensslconf.h
276142425Snectarx509_trs.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
277160814Ssimonx509_trs.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
278160814Ssimonx509_trs.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
279160814Ssimonx509_trs.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
280160814Ssimonx509_trs.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
281160814Ssimonx509_trs.o: ../cryptlib.h x509_trs.c
282160814Ssimonx509_txt.o: ../../e_os.h ../../include/openssl/asn1.h
283160814Ssimonx509_txt.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
284160814Ssimonx509_txt.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
285160814Ssimonx509_txt.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
286160814Ssimonx509_txt.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
287194206Ssimonx509_txt.o: ../../include/openssl/evp.h ../../include/openssl/fips.h
288194206Ssimonx509_txt.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
289194206Ssimonx509_txt.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
290142425Snectarx509_txt.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
291160814Ssimonx509_txt.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
292160814Ssimonx509_txt.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
293160814Ssimonx509_txt.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
294160814Ssimonx509_txt.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509_txt.c
295160814Ssimonx509_v3.o: ../../e_os.h ../../include/openssl/asn1.h
296160814Ssimonx509_v3.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
297142425Snectarx509_v3.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
298160814Ssimonx509_v3.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
299160814Ssimonx509_v3.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
300160814Ssimonx509_v3.o: ../../include/openssl/err.h ../../include/openssl/evp.h
301194206Ssimonx509_v3.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
302194206Ssimonx509_v3.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
303194206Ssimonx509_v3.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
304194206Ssimonx509_v3.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
305194206Ssimonx509_v3.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
306194206Ssimonx509_v3.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
307194206Ssimonx509_v3.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
308194206Ssimonx509_v3.o: ../../include/openssl/x509v3.h ../cryptlib.h x509_v3.c
309160814Ssimonx509_vfy.o: ../../e_os.h ../../include/openssl/asn1.h
310160814Ssimonx509_vfy.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
311142425Snectarx509_vfy.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
312160814Ssimonx509_vfy.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
313160814Ssimonx509_vfy.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
314160814Ssimonx509_vfy.o: ../../include/openssl/err.h ../../include/openssl/evp.h
315194206Ssimonx509_vfy.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
316194206Ssimonx509_vfy.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
317194206Ssimonx509_vfy.o: ../../include/openssl/opensslconf.h
318142425Snectarx509_vfy.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
319160814Ssimonx509_vfy.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
320160814Ssimonx509_vfy.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
321160814Ssimonx509_vfy.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
322160814Ssimonx509_vfy.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
323160814Ssimonx509_vfy.o: ../cryptlib.h x509_vfy.c
324160814Ssimonx509_vpm.o: ../../e_os.h ../../include/openssl/asn1.h
325160814Ssimonx509_vpm.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
326160814Ssimonx509_vpm.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
327160814Ssimonx509_vpm.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
328160814Ssimonx509_vpm.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
329160814Ssimonx509_vpm.o: ../../include/openssl/err.h ../../include/openssl/evp.h
330194206Ssimonx509_vpm.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
331194206Ssimonx509_vpm.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
332194206Ssimonx509_vpm.o: ../../include/openssl/opensslconf.h
333160814Ssimonx509_vpm.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
334160814Ssimonx509_vpm.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
335160814Ssimonx509_vpm.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
336160814Ssimonx509_vpm.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
337160814Ssimonx509_vpm.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
338160814Ssimonx509_vpm.o: ../cryptlib.h x509_vpm.c
339160814Ssimonx509cset.o: ../../e_os.h ../../include/openssl/asn1.h
340160814Ssimonx509cset.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
341160814Ssimonx509cset.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
342160814Ssimonx509cset.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
343160814Ssimonx509cset.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
344194206Ssimonx509cset.o: ../../include/openssl/evp.h ../../include/openssl/fips.h
345194206Ssimonx509cset.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
346194206Ssimonx509cset.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
347142425Snectarx509cset.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
348160814Ssimonx509cset.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
349160814Ssimonx509cset.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
350160814Ssimonx509cset.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
351160814Ssimonx509cset.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509cset.c
352160814Ssimonx509name.o: ../../e_os.h ../../include/openssl/asn1.h
353160814Ssimonx509name.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
354160814Ssimonx509name.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
355160814Ssimonx509name.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
356160814Ssimonx509name.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
357194206Ssimonx509name.o: ../../include/openssl/evp.h ../../include/openssl/fips.h
358194206Ssimonx509name.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
359194206Ssimonx509name.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
360142425Snectarx509name.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
361160814Ssimonx509name.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
362160814Ssimonx509name.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
363160814Ssimonx509name.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
364160814Ssimonx509name.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509name.c
365160814Ssimonx509rset.o: ../../e_os.h ../../include/openssl/asn1.h
366160814Ssimonx509rset.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
367160814Ssimonx509rset.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
368160814Ssimonx509rset.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
369160814Ssimonx509rset.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
370194206Ssimonx509rset.o: ../../include/openssl/evp.h ../../include/openssl/fips.h
371194206Ssimonx509rset.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
372194206Ssimonx509rset.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
373142425Snectarx509rset.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
374160814Ssimonx509rset.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
375160814Ssimonx509rset.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
376160814Ssimonx509rset.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
377160814Ssimonx509rset.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509rset.c
378160814Ssimonx509spki.o: ../../e_os.h ../../include/openssl/asn1.h
379160814Ssimonx509spki.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
380160814Ssimonx509spki.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
381160814Ssimonx509spki.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
382160814Ssimonx509spki.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
383194206Ssimonx509spki.o: ../../include/openssl/evp.h ../../include/openssl/fips.h
384194206Ssimonx509spki.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
385194206Ssimonx509spki.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
386142425Snectarx509spki.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
387160814Ssimonx509spki.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
388160814Ssimonx509spki.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
389160814Ssimonx509spki.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
390160814Ssimonx509spki.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509spki.c
391160814Ssimonx509type.o: ../../e_os.h ../../include/openssl/asn1.h
392160814Ssimonx509type.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
393160814Ssimonx509type.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
394160814Ssimonx509type.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
395160814Ssimonx509type.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
396194206Ssimonx509type.o: ../../include/openssl/evp.h ../../include/openssl/fips.h
397194206Ssimonx509type.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
398194206Ssimonx509type.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
399142425Snectarx509type.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
400160814Ssimonx509type.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
401160814Ssimonx509type.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
402160814Ssimonx509type.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
403160814Ssimonx509type.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509type.c
404160814Ssimonx_all.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
405160814Ssimonx_all.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
406160814Ssimonx_all.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
407160814Ssimonx_all.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
408160814Ssimonx_all.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
409194206Ssimonx_all.o: ../../include/openssl/evp.h ../../include/openssl/fips.h
410194206Ssimonx_all.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
411194206Ssimonx_all.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
412194206Ssimonx_all.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
413194206Ssimonx_all.o: ../../include/openssl/pkcs7.h ../../include/openssl/rsa.h
414194206Ssimonx_all.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
415194206Ssimonx_all.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
416194206Ssimonx_all.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
417194206Ssimonx_all.o: ../cryptlib.h x_all.c
418