Constification, add config to /dev/crypto.
[openssl.git] / crypto / engine / Makefile.ssl
1 #
2 # OpenSSL/crypto/engine/Makefile
3 #
4
5 DIR=    engine
6 TOP=    ../..
7 CC=     cc
8 INCLUDES= -I.. -I$(TOP) -I../../include
9 CFLAG=-g
10 INSTALL_PREFIX=
11 OPENSSLDIR=     /usr/local/ssl
12 INSTALLTOP=/usr/local/ssl
13 MAKE=           make -f Makefile.ssl
14 MAKEDEPPROG=    makedepend
15 MAKEDEPEND=     $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
16 MAKEFILE=       Makefile.ssl
17 AR=             ar r
18
19 CFLAGS= $(INCLUDES) $(CFLAG)
20
21 GENERAL=Makefile
22 TEST= enginetest.c
23 APPS=
24
25 LIB=$(TOP)/libcrypto.a
26 LIBSRC= eng_err.c eng_lib.c eng_list.c eng_init.c eng_ctrl.c \
27         eng_table.c eng_pkey.c eng_fat.c eng_all.c \
28         tb_rsa.c tb_dsa.c tb_dh.c tb_rand.c tb_cipher.c tb_digest.c \
29         eng_openssl.c eng_dyn.c \
30         hw_atalla.c hw_cswift.c hw_ncipher.c hw_nuron.c hw_ubsec.c \
31         hw_openbsd_dev_crypto.c
32 LIBOBJ= eng_err.o eng_lib.o eng_list.o eng_init.o eng_ctrl.o \
33         eng_table.o eng_pkey.o eng_fat.o eng_all.o \
34         tb_rsa.o tb_dsa.o tb_dh.o tb_rand.o tb_cipher.o tb_digest.o \
35         eng_openssl.o eng_dyn.o \
36         hw_atalla.o hw_cswift.o hw_ncipher.o hw_nuron.o hw_ubsec.o \
37         hw_openbsd_dev_crypto.o
38
39 SRC= $(LIBSRC)
40
41 EXHEADER= engine.h
42 HEADER= $(EXHEADER)
43
44 ALL=    $(GENERAL) $(SRC) $(HEADER)
45
46 top:
47         (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
48
49 all:    lib
50
51 lib:    $(LIBOBJ)
52         $(AR) $(LIB) $(LIBOBJ)
53         $(RANLIB) $(LIB)
54         @touch lib
55
56 files:
57         $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
58
59 links:
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
65 install:
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
72 tags:
73         ctags $(SRC)
74
75 tests:
76
77 lint:
78         lint -DLINT $(INCLUDES) $(SRC)>fluff
79
80 depend:
81         $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC)
82
83 dclean:
84         $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
85         mv -f Makefile.new $(MAKEFILE)
86
87 clean:
88         rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
89
90 # DO NOT DELETE THIS LINE -- make depend depends on it.
91
92 eng_all.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
93 eng_all.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
94 eng_all.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
95 eng_all.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.h
96 eng_all.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
97 eng_all.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
98 eng_all.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
99 eng_all.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
100 eng_all.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
101 eng_all.o: ../../include/openssl/ui.h eng_all.c eng_int.h
102 eng_ctrl.o: ../../e_os.h ../../include/openssl/asn1.h
103 eng_ctrl.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
104 eng_ctrl.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
105 eng_ctrl.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
106 eng_ctrl.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.h
107 eng_ctrl.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
108 eng_ctrl.o: ../../include/openssl/opensslconf.h
109 eng_ctrl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
110 eng_ctrl.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
111 eng_ctrl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
112 eng_ctrl.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
113 eng_ctrl.o: ../cryptlib.h eng_ctrl.c eng_int.h
114 eng_dyn.o: ../../e_os.h ../../include/openssl/asn1.h
115 eng_dyn.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
116 eng_dyn.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
117 eng_dyn.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
118 eng_dyn.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
119 eng_dyn.o: ../../include/openssl/engine.h ../../include/openssl/err.h
120 eng_dyn.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
121 eng_dyn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
122 eng_dyn.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
123 eng_dyn.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
124 eng_dyn.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
125 eng_dyn.o: ../cryptlib.h eng_dyn.c eng_int.h
126 eng_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
127 eng_err.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
128 eng_err.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
129 eng_err.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.h
130 eng_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
131 eng_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
132 eng_err.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
133 eng_err.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
134 eng_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
135 eng_err.o: ../../include/openssl/ui.h eng_err.c
136 eng_fat.o: ../../e_os.h ../../include/openssl/asn1.h
137 eng_fat.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
138 eng_fat.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
139 eng_fat.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
140 eng_fat.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.h
141 eng_fat.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
142 eng_fat.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
143 eng_fat.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
144 eng_fat.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
145 eng_fat.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
146 eng_fat.o: ../../include/openssl/ui.h ../cryptlib.h eng_fat.c eng_int.h
147 eng_init.o: ../../e_os.h ../../include/openssl/asn1.h
148 eng_init.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
149 eng_init.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
150 eng_init.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
151 eng_init.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.h
152 eng_init.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
153 eng_init.o: ../../include/openssl/opensslconf.h
154 eng_init.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
155 eng_init.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
156 eng_init.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
157 eng_init.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
158 eng_init.o: ../cryptlib.h eng_init.c eng_int.h
159 eng_lib.o: ../../e_os.h ../../include/openssl/asn1.h
160 eng_lib.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
161 eng_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
162 eng_lib.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
163 eng_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.h
164 eng_lib.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
165 eng_lib.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
166 eng_lib.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
167 eng_lib.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
168 eng_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
169 eng_lib.o: ../../include/openssl/ui.h ../cryptlib.h eng_int.h eng_lib.c
170 eng_list.o: ../../e_os.h ../../include/openssl/asn1.h
171 eng_list.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
172 eng_list.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
173 eng_list.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
174 eng_list.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.h
175 eng_list.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
176 eng_list.o: ../../include/openssl/opensslconf.h
177 eng_list.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
178 eng_list.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
179 eng_list.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
180 eng_list.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
181 eng_list.o: ../cryptlib.h eng_int.h eng_list.c
182 eng_openssl.o: ../../e_os.h ../../include/openssl/asn1.h
183 eng_openssl.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
184 eng_openssl.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
185 eng_openssl.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
186 eng_openssl.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
187 eng_openssl.o: ../../include/openssl/engine.h ../../include/openssl/err.h
188 eng_openssl.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
189 eng_openssl.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
190 eng_openssl.o: ../../include/openssl/opensslconf.h
191 eng_openssl.o: ../../include/openssl/opensslv.h
192 eng_openssl.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
193 eng_openssl.o: ../../include/openssl/rc4.h ../../include/openssl/rsa.h
194 eng_openssl.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
195 eng_openssl.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
196 eng_openssl.o: ../../include/openssl/ui.h ../cryptlib.h eng_openssl.c
197 eng_pkey.o: ../../e_os.h ../../include/openssl/asn1.h
198 eng_pkey.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
199 eng_pkey.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
200 eng_pkey.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
201 eng_pkey.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.h
202 eng_pkey.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
203 eng_pkey.o: ../../include/openssl/opensslconf.h
204 eng_pkey.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
205 eng_pkey.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
206 eng_pkey.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
207 eng_pkey.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
208 eng_pkey.o: ../cryptlib.h eng_int.h eng_pkey.c
209 eng_table.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
210 eng_table.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
211 eng_table.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
212 eng_table.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.h
213 eng_table.o: ../../include/openssl/err.h ../../include/openssl/evp.h
214 eng_table.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
215 eng_table.o: ../../include/openssl/objects.h
216 eng_table.o: ../../include/openssl/opensslconf.h
217 eng_table.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
218 eng_table.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
219 eng_table.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
220 eng_table.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
221 eng_table.o: eng_int.h eng_table.c
222 hw_atalla.o: ../../e_os.h ../../include/openssl/asn1.h
223 hw_atalla.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
224 hw_atalla.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
225 hw_atalla.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
226 hw_atalla.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
227 hw_atalla.o: ../../include/openssl/engine.h ../../include/openssl/err.h
228 hw_atalla.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
229 hw_atalla.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
230 hw_atalla.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
231 hw_atalla.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
232 hw_atalla.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
233 hw_atalla.o: ../cryptlib.h hw_atalla.c vendor_defns/atalla.h
234 hw_cswift.o: ../../e_os.h ../../include/openssl/asn1.h
235 hw_cswift.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
236 hw_cswift.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
237 hw_cswift.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
238 hw_cswift.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
239 hw_cswift.o: ../../include/openssl/engine.h ../../include/openssl/err.h
240 hw_cswift.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
241 hw_cswift.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
242 hw_cswift.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
243 hw_cswift.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
244 hw_cswift.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
245 hw_cswift.o: ../cryptlib.h hw_cswift.c vendor_defns/cswift.h
246 hw_ncipher.o: ../../e_os.h ../../include/openssl/asn1.h
247 hw_ncipher.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
248 hw_ncipher.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
249 hw_ncipher.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
250 hw_ncipher.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
251 hw_ncipher.o: ../../include/openssl/engine.h ../../include/openssl/err.h
252 hw_ncipher.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
253 hw_ncipher.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
254 hw_ncipher.o: ../../include/openssl/opensslconf.h
255 hw_ncipher.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
256 hw_ncipher.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
257 hw_ncipher.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
258 hw_ncipher.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
259 hw_ncipher.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
260 hw_ncipher.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
261 hw_ncipher.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
262 hw_ncipher.o: ../cryptlib.h hw_ncipher.c vendor_defns/hwcryptohook.h
263 hw_nuron.o: ../../e_os.h ../../include/openssl/asn1.h
264 hw_nuron.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
265 hw_nuron.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
266 hw_nuron.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
267 hw_nuron.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
268 hw_nuron.o: ../../include/openssl/engine.h ../../include/openssl/err.h
269 hw_nuron.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
270 hw_nuron.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
271 hw_nuron.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
272 hw_nuron.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
273 hw_nuron.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
274 hw_nuron.o: ../cryptlib.h hw_nuron.c
275 hw_openbsd_dev_crypto.o: ../../include/openssl/asn1.h
276 hw_openbsd_dev_crypto.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
277 hw_openbsd_dev_crypto.o: ../../include/openssl/conf.h
278 hw_openbsd_dev_crypto.o: ../../include/openssl/crypto.h
279 hw_openbsd_dev_crypto.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
280 hw_openbsd_dev_crypto.o: ../../include/openssl/e_os2.h
281 hw_openbsd_dev_crypto.o: ../../include/openssl/engine.h
282 hw_openbsd_dev_crypto.o: ../../include/openssl/err.h
283 hw_openbsd_dev_crypto.o: ../../include/openssl/evp.h
284 hw_openbsd_dev_crypto.o: ../../include/openssl/lhash.h
285 hw_openbsd_dev_crypto.o: ../../include/openssl/obj_mac.h
286 hw_openbsd_dev_crypto.o: ../../include/openssl/objects.h
287 hw_openbsd_dev_crypto.o: ../../include/openssl/opensslconf.h
288 hw_openbsd_dev_crypto.o: ../../include/openssl/opensslv.h
289 hw_openbsd_dev_crypto.o: ../../include/openssl/ossl_typ.h
290 hw_openbsd_dev_crypto.o: ../../include/openssl/rand.h
291 hw_openbsd_dev_crypto.o: ../../include/openssl/rsa.h
292 hw_openbsd_dev_crypto.o: ../../include/openssl/safestack.h
293 hw_openbsd_dev_crypto.o: ../../include/openssl/stack.h
294 hw_openbsd_dev_crypto.o: ../../include/openssl/symhacks.h
295 hw_openbsd_dev_crypto.o: ../../include/openssl/ui.h ../evp/evp_locl.h eng_int.h
296 hw_openbsd_dev_crypto.o: hw_openbsd_dev_crypto.c
297 hw_ubsec.o: ../../e_os.h ../../include/openssl/asn1.h
298 hw_ubsec.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
299 hw_ubsec.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
300 hw_ubsec.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
301 hw_ubsec.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h
302 hw_ubsec.o: ../../include/openssl/engine.h ../../include/openssl/err.h
303 hw_ubsec.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
304 hw_ubsec.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
305 hw_ubsec.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
306 hw_ubsec.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
307 hw_ubsec.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
308 hw_ubsec.o: ../cryptlib.h hw_ubsec.c vendor_defns/hw_ubsec.h
309 tb_cipher.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
310 tb_cipher.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
311 tb_cipher.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
312 tb_cipher.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.h
313 tb_cipher.o: ../../include/openssl/err.h ../../include/openssl/evp.h
314 tb_cipher.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
315 tb_cipher.o: ../../include/openssl/objects.h
316 tb_cipher.o: ../../include/openssl/opensslconf.h
317 tb_cipher.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
318 tb_cipher.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
319 tb_cipher.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
320 tb_cipher.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
321 tb_cipher.o: eng_int.h tb_cipher.c
322 tb_dh.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
323 tb_dh.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
324 tb_dh.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
325 tb_dh.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.h
326 tb_dh.o: ../../include/openssl/err.h ../../include/openssl/evp.h
327 tb_dh.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
328 tb_dh.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
329 tb_dh.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
330 tb_dh.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
331 tb_dh.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
332 tb_dh.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h eng_int.h
333 tb_dh.o: tb_dh.c
334 tb_digest.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
335 tb_digest.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
336 tb_digest.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
337 tb_digest.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.h
338 tb_digest.o: ../../include/openssl/err.h ../../include/openssl/evp.h
339 tb_digest.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
340 tb_digest.o: ../../include/openssl/objects.h
341 tb_digest.o: ../../include/openssl/opensslconf.h
342 tb_digest.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
343 tb_digest.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
344 tb_digest.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
345 tb_digest.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
346 tb_digest.o: eng_int.h tb_digest.c
347 tb_dsa.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
348 tb_dsa.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
349 tb_dsa.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
350 tb_dsa.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.h
351 tb_dsa.o: ../../include/openssl/err.h ../../include/openssl/evp.h
352 tb_dsa.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
353 tb_dsa.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
354 tb_dsa.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
355 tb_dsa.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
356 tb_dsa.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
357 tb_dsa.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h eng_int.h
358 tb_dsa.o: tb_dsa.c
359 tb_rand.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
360 tb_rand.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
361 tb_rand.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
362 tb_rand.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.h
363 tb_rand.o: ../../include/openssl/err.h ../../include/openssl/evp.h
364 tb_rand.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
365 tb_rand.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
366 tb_rand.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
367 tb_rand.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
368 tb_rand.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
369 tb_rand.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
370 tb_rand.o: eng_int.h tb_rand.c
371 tb_rsa.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
372 tb_rsa.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
373 tb_rsa.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
374 tb_rsa.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.h
375 tb_rsa.o: ../../include/openssl/err.h ../../include/openssl/evp.h
376 tb_rsa.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
377 tb_rsa.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
378 tb_rsa.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
379 tb_rsa.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
380 tb_rsa.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
381 tb_rsa.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h eng_int.h
382 tb_rsa.o: tb_rsa.c