]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/ocsp/Makefile.ssl
Finally get rid of all the algorithm inclusions that were done from
[thirdparty/openssl.git] / crypto / ocsp / Makefile.ssl
CommitLineData
eb64730b
RL
1#
2# OpenSSL/ocsp/Makefile.ssl
3#
4
5DIR= ocsp
6TOP= ../..
7CC= cc
41d2a336 8INCLUDES= -I.. -I$(TOP) -I../../include
eb64730b
RL
9CFLAG=-g
10INSTALL_PREFIX=
11OPENSSLDIR= /usr/local/ssl
12INSTALLTOP=/usr/local/ssl
13MAKE= make -f Makefile.ssl
cf1b7d96
RL
14MAKEDEPPROG= makedepend
15MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
eb64730b
RL
16MAKEFILE= Makefile.ssl
17AR= ar r
18
19CFLAGS= $(INCLUDES) $(CFLAG)
20
21GENERAL=Makefile README
22TEST=
23APPS=
24
25LIB=$(TOP)/libcrypto.a
9b4dc830 26LIBSRC= ocsp_asn.c ocsp_ext.c ocsp_ht.c ocsp_lib.c ocsp_cl.c \
02e4fbed 27 ocsp_srv.c ocsp_prn.c ocsp_vfy.c ocsp_err.c
1f47ec53 28
9b4dc830 29LIBOBJ= ocsp_asn.o ocsp_ext.o ocsp_ht.o ocsp_lib.o ocsp_cl.o \
02e4fbed 30 ocsp_srv.o ocsp_prn.o ocsp_vfy.o ocsp_err.o
eb64730b
RL
31
32SRC= $(LIBSRC)
33
34EXHEADER= ocsp.h
35HEADER= $(EXHEADER)
36
37ALL= $(GENERAL) $(SRC) $(HEADER)
38
39top:
40 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
41
42all: lib
43
44lib: $(LIBOBJ)
45 $(AR) $(LIB) $(LIBOBJ)
46 $(RANLIB) $(LIB)
47 @touch lib
48
49files:
bd45950f 50 $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
eb64730b
RL
51
52links:
bd45950f
RL
53 @$(TOP)/util/point.sh Makefile.ssl Makefile ;
54 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
55 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
56 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
eb64730b
RL
57
58install:
59 @for i in $(EXHEADER) ; \
60 do \
61 (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
62 chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
63 done;
64
65tags:
66 ctags $(SRC)
67
68tests:
69
70lint:
71 lint -DLINT $(INCLUDES) $(SRC)>fluff
72
73depend:
001ab3ab 74 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(LIBSRC)
eb64730b
RL
75
76dclean:
77 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
78 mv -f Makefile.new $(MAKEFILE)
79
80clean:
81 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
82
83# DO NOT DELETE THIS LINE -- make depend depends on it.
84
5dbd3efc
BM
85ocsp_asn.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h
86ocsp_asn.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
87ocsp_asn.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
88ocsp_asn.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
89ocsp_asn.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
90ocsp_asn.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
91ocsp_asn.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
92ocsp_asn.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
74cc4903
BM
93ocsp_asn.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
94ocsp_asn.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
95ocsp_asn.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
96ocsp_asn.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
97ocsp_asn.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
98ocsp_asn.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
99ocsp_asn.o: ../../include/openssl/opensslconf.h
f8000b93 100ocsp_asn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
5dbd3efc
BM
101ocsp_asn.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
102ocsp_asn.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
103ocsp_asn.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
f8000b93
RL
104ocsp_asn.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
105ocsp_asn.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
5dbd3efc 106ocsp_asn.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
d66ace9d
BL
107ocsp_asn.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
108ocsp_asn.o: ../../include/openssl/x509v3.h ocsp_asn.c
5dbd3efc 109ocsp_cl.o: ../../e_os.h ../../include/openssl/aes.h
3aecef76
LJ
110ocsp_cl.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
111ocsp_cl.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
112ocsp_cl.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
113ocsp_cl.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
114ocsp_cl.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
115ocsp_cl.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
116ocsp_cl.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
74cc4903
BM
117ocsp_cl.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
118ocsp_cl.o: ../../include/openssl/err.h ../../include/openssl/evp.h
119ocsp_cl.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
120ocsp_cl.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
121ocsp_cl.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
122ocsp_cl.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
123ocsp_cl.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
124ocsp_cl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
125ocsp_cl.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
126ocsp_cl.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
127ocsp_cl.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
128ocsp_cl.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
129ocsp_cl.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
130ocsp_cl.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
131ocsp_cl.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
132ocsp_cl.o: ../../include/openssl/ui_compat.h ../../include/openssl/x509.h
133ocsp_cl.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
134ocsp_cl.o: ../cryptlib.h ocsp_cl.c
5dbd3efc 135ocsp_err.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h
3aecef76
LJ
136ocsp_err.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
137ocsp_err.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
138ocsp_err.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
139ocsp_err.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
140ocsp_err.o: ../../include/openssl/des_old.h ../../include/openssl/dh.h
141ocsp_err.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
74cc4903
BM
142ocsp_err.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
143ocsp_err.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
144ocsp_err.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
145ocsp_err.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
146ocsp_err.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
147ocsp_err.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
148ocsp_err.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
149ocsp_err.o: ../../include/openssl/opensslconf.h
f8000b93 150ocsp_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
5dbd3efc
BM
151ocsp_err.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
152ocsp_err.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
153ocsp_err.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
f8000b93
RL
154ocsp_err.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
155ocsp_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
5dbd3efc 156ocsp_err.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
d66ace9d
BL
157ocsp_err.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
158ocsp_err.o: ../../include/openssl/x509v3.h ocsp_err.c
5dbd3efc 159ocsp_ext.o: ../../e_os.h ../../include/openssl/aes.h
3aecef76
LJ
160ocsp_ext.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
161ocsp_ext.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
162ocsp_ext.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
163ocsp_ext.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
164ocsp_ext.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
165ocsp_ext.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
166ocsp_ext.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
74cc4903
BM
167ocsp_ext.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
168ocsp_ext.o: ../../include/openssl/err.h ../../include/openssl/evp.h
169ocsp_ext.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
170ocsp_ext.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
171ocsp_ext.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
172ocsp_ext.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
173ocsp_ext.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
f8000b93
RL
174ocsp_ext.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
175ocsp_ext.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
5dbd3efc
BM
176ocsp_ext.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
177ocsp_ext.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
f8000b93
RL
178ocsp_ext.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
179ocsp_ext.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
5dbd3efc
BM
180ocsp_ext.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
181ocsp_ext.o: ../../include/openssl/ui_compat.h ../../include/openssl/x509.h
d66ace9d
BL
182ocsp_ext.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
183ocsp_ext.o: ../cryptlib.h ocsp_ext.c
5dbd3efc 184ocsp_ht.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h
3aecef76
LJ
185ocsp_ht.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
186ocsp_ht.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
187ocsp_ht.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
188ocsp_ht.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
189ocsp_ht.o: ../../include/openssl/des_old.h ../../include/openssl/dh.h
190ocsp_ht.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
74cc4903
BM
191ocsp_ht.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
192ocsp_ht.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
193ocsp_ht.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
194ocsp_ht.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
195ocsp_ht.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
196ocsp_ht.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
197ocsp_ht.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
198ocsp_ht.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
199ocsp_ht.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
200ocsp_ht.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
201ocsp_ht.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
202ocsp_ht.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
203ocsp_ht.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
204ocsp_ht.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
205ocsp_ht.o: ../../include/openssl/ui_compat.h ../../include/openssl/x509.h
206ocsp_ht.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
207ocsp_ht.o: ocsp_ht.c
5dbd3efc 208ocsp_lib.o: ../../e_os.h ../../include/openssl/aes.h
3aecef76
LJ
209ocsp_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
210ocsp_lib.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
211ocsp_lib.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
212ocsp_lib.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
213ocsp_lib.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
214ocsp_lib.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
215ocsp_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
74cc4903
BM
216ocsp_lib.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
217ocsp_lib.o: ../../include/openssl/err.h ../../include/openssl/evp.h
218ocsp_lib.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
219ocsp_lib.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
220ocsp_lib.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
221ocsp_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
222ocsp_lib.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
f8000b93
RL
223ocsp_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
224ocsp_lib.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
225ocsp_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
5dbd3efc
BM
226ocsp_lib.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
227ocsp_lib.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
f8000b93
RL
228ocsp_lib.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
229ocsp_lib.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
5dbd3efc
BM
230ocsp_lib.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
231ocsp_lib.o: ../../include/openssl/ui_compat.h ../../include/openssl/x509.h
d66ace9d
BL
232ocsp_lib.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
233ocsp_lib.o: ../cryptlib.h ocsp_lib.c
5dbd3efc 234ocsp_prn.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h
3aecef76
LJ
235ocsp_prn.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
236ocsp_prn.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
237ocsp_prn.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
238ocsp_prn.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
239ocsp_prn.o: ../../include/openssl/des_old.h ../../include/openssl/dh.h
240ocsp_prn.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
74cc4903
BM
241ocsp_prn.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
242ocsp_prn.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
243ocsp_prn.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
244ocsp_prn.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
245ocsp_prn.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
246ocsp_prn.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
247ocsp_prn.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
248ocsp_prn.o: ../../include/openssl/opensslconf.h
f8000b93
RL
249ocsp_prn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
250ocsp_prn.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
5dbd3efc
BM
251ocsp_prn.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
252ocsp_prn.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
253ocsp_prn.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
f8000b93
RL
254ocsp_prn.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
255ocsp_prn.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
5dbd3efc 256ocsp_prn.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
d66ace9d
BL
257ocsp_prn.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
258ocsp_prn.o: ../../include/openssl/x509v3.h ocsp_prn.c
5dbd3efc 259ocsp_srv.o: ../../e_os.h ../../include/openssl/aes.h
3aecef76
LJ
260ocsp_srv.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
261ocsp_srv.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
262ocsp_srv.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
263ocsp_srv.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
264ocsp_srv.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
265ocsp_srv.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
266ocsp_srv.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
74cc4903
BM
267ocsp_srv.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
268ocsp_srv.o: ../../include/openssl/err.h ../../include/openssl/evp.h
269ocsp_srv.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
270ocsp_srv.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
271ocsp_srv.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
272ocsp_srv.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
273ocsp_srv.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
f8000b93
RL
274ocsp_srv.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
275ocsp_srv.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
276ocsp_srv.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
5dbd3efc
BM
277ocsp_srv.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
278ocsp_srv.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
f8000b93
RL
279ocsp_srv.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
280ocsp_srv.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
5dbd3efc
BM
281ocsp_srv.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
282ocsp_srv.o: ../../include/openssl/ui_compat.h ../../include/openssl/x509.h
d66ace9d
BL
283ocsp_srv.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
284ocsp_srv.o: ../cryptlib.h ocsp_srv.c
5dbd3efc 285ocsp_vfy.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h
3aecef76
LJ
286ocsp_vfy.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
287ocsp_vfy.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
288ocsp_vfy.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
289ocsp_vfy.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
290ocsp_vfy.o: ../../include/openssl/des_old.h ../../include/openssl/dh.h
291ocsp_vfy.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
74cc4903
BM
292ocsp_vfy.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
293ocsp_vfy.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
294ocsp_vfy.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
295ocsp_vfy.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
296ocsp_vfy.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
297ocsp_vfy.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
298ocsp_vfy.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
299ocsp_vfy.o: ../../include/openssl/opensslconf.h
f8000b93 300ocsp_vfy.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
5dbd3efc
BM
301ocsp_vfy.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
302ocsp_vfy.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
303ocsp_vfy.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
f8000b93
RL
304ocsp_vfy.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
305ocsp_vfy.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
5dbd3efc 306ocsp_vfy.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
d66ace9d
BL
307ocsp_vfy.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
308ocsp_vfy.o: ../../include/openssl/x509v3.h ocsp_vfy.c