ECDSA support
[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_ecdsa.c tb_dh.c tb_rand.c tb_cipher.c tb_digest.c \
29         eng_openssl.c eng_dyn.c eng_cnf.c \
30         hw_atalla.c hw_cswift.c hw_ncipher.c hw_nuron.c hw_ubsec.c \
31         hw_openbsd_dev_crypto.c hw_aep.c hw_sureware.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_ecdsa.o tb_dh.o tb_rand.o tb_cipher.o tb_digest.o \
35         eng_openssl.o eng_dyn.o eng_cnf.o \
36         hw_atalla.o hw_cswift.o hw_ncipher.o hw_nuron.o hw_ubsec.o \
37         hw_openbsd_dev_crypto.o hw_aep.o hw_sureware.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 errors:
76         $(PERL) $(TOP)/util/mkerr.pl -conf hw.ec \
77                 -nostatic -staticloader -write hw_*.c; \
78
79 tests:
80
81 lint:
82         lint -DLINT $(INCLUDES) $(SRC)>fluff
83
84 depend:
85         $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC)
86
87 dclean:
88         $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
89         mv -f Makefile.new $(MAKEFILE)
90
91 clean:
92         rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
93
94 # DO NOT DELETE THIS LINE -- make depend depends on it.
95
96 eng_all.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h
97 eng_all.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
98 eng_all.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
99 eng_all.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
100 eng_all.o: ../../include/openssl/ec.h ../../include/openssl/ecdsa.h
101 eng_all.o: ../../include/openssl/engine.h ../../include/openssl/err.h
102 eng_all.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
103 eng_all.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
104 eng_all.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
105 eng_all.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
106 eng_all.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
107 eng_all.o: eng_all.c eng_int.h
108 eng_cnf.o: ../../e_os.h ../../include/openssl/asn1.h
109 eng_cnf.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
110 eng_cnf.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
111 eng_cnf.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
112 eng_cnf.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
113 eng_cnf.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
114 eng_cnf.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
115 eng_cnf.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
116 eng_cnf.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
117 eng_cnf.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
118 eng_cnf.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
119 eng_cnf.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
120 eng_cnf.o: ../../include/openssl/ui.h ../cryptlib.h eng_cnf.c
121 eng_ctrl.o: ../../e_os.h ../../include/openssl/asn1.h
122 eng_ctrl.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
123 eng_ctrl.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
124 eng_ctrl.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
125 eng_ctrl.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
126 eng_ctrl.o: ../../include/openssl/ec.h ../../include/openssl/ecdsa.h
127 eng_ctrl.o: ../../include/openssl/engine.h ../../include/openssl/err.h
128 eng_ctrl.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
129 eng_ctrl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
130 eng_ctrl.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
131 eng_ctrl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
132 eng_ctrl.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
133 eng_ctrl.o: ../cryptlib.h eng_ctrl.c eng_int.h
134 eng_dyn.o: ../../e_os.h ../../include/openssl/asn1.h
135 eng_dyn.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
136 eng_dyn.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
137 eng_dyn.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
138 eng_dyn.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h
139 eng_dyn.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
140 eng_dyn.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
141 eng_dyn.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
142 eng_dyn.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
143 eng_dyn.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
144 eng_dyn.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
145 eng_dyn.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
146 eng_dyn.o: ../../include/openssl/ui.h ../cryptlib.h eng_dyn.c eng_int.h
147 eng_err.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h
148 eng_err.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
149 eng_err.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
150 eng_err.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
151 eng_err.o: ../../include/openssl/ec.h ../../include/openssl/ecdsa.h
152 eng_err.o: ../../include/openssl/engine.h ../../include/openssl/err.h
153 eng_err.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
154 eng_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
155 eng_err.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
156 eng_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
157 eng_err.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
158 eng_err.o: eng_err.c
159 eng_fat.o: ../../e_os.h ../../include/openssl/asn1.h
160 eng_fat.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
161 eng_fat.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
162 eng_fat.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
163 eng_fat.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
164 eng_fat.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
165 eng_fat.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
166 eng_fat.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
167 eng_fat.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
168 eng_fat.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
169 eng_fat.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
170 eng_fat.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
171 eng_fat.o: ../../include/openssl/ui.h ../cryptlib.h eng_fat.c eng_int.h
172 eng_init.o: ../../e_os.h ../../include/openssl/asn1.h
173 eng_init.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
174 eng_init.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
175 eng_init.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
176 eng_init.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
177 eng_init.o: ../../include/openssl/ec.h ../../include/openssl/ecdsa.h
178 eng_init.o: ../../include/openssl/engine.h ../../include/openssl/err.h
179 eng_init.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
180 eng_init.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
181 eng_init.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
182 eng_init.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
183 eng_init.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
184 eng_init.o: ../cryptlib.h eng_init.c eng_int.h
185 eng_lib.o: ../../e_os.h ../../include/openssl/asn1.h
186 eng_lib.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
187 eng_lib.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
188 eng_lib.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
189 eng_lib.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
190 eng_lib.o: ../../include/openssl/ec.h ../../include/openssl/ecdsa.h
191 eng_lib.o: ../../include/openssl/engine.h ../../include/openssl/err.h
192 eng_lib.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
193 eng_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
194 eng_lib.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
195 eng_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
196 eng_lib.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
197 eng_lib.o: ../cryptlib.h eng_int.h eng_lib.c
198 eng_list.o: ../../e_os.h ../../include/openssl/asn1.h
199 eng_list.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
200 eng_list.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
201 eng_list.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
202 eng_list.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
203 eng_list.o: ../../include/openssl/ec.h ../../include/openssl/ecdsa.h
204 eng_list.o: ../../include/openssl/engine.h ../../include/openssl/err.h
205 eng_list.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
206 eng_list.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
207 eng_list.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
208 eng_list.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
209 eng_list.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
210 eng_list.o: ../cryptlib.h eng_int.h eng_list.c
211 eng_openssl.o: ../../e_os.h ../../include/openssl/asn1.h
212 eng_openssl.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
213 eng_openssl.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
214 eng_openssl.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
215 eng_openssl.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h
216 eng_openssl.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
217 eng_openssl.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
218 eng_openssl.o: ../../include/openssl/err.h ../../include/openssl/evp.h
219 eng_openssl.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
220 eng_openssl.o: ../../include/openssl/objects.h
221 eng_openssl.o: ../../include/openssl/opensslconf.h
222 eng_openssl.o: ../../include/openssl/opensslv.h
223 eng_openssl.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
224 eng_openssl.o: ../../include/openssl/rc4.h ../../include/openssl/rsa.h
225 eng_openssl.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
226 eng_openssl.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
227 eng_openssl.o: ../../include/openssl/ui.h ../cryptlib.h eng_openssl.c
228 eng_pkey.o: ../../e_os.h ../../include/openssl/asn1.h
229 eng_pkey.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
230 eng_pkey.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
231 eng_pkey.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
232 eng_pkey.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
233 eng_pkey.o: ../../include/openssl/ec.h ../../include/openssl/ecdsa.h
234 eng_pkey.o: ../../include/openssl/engine.h ../../include/openssl/err.h
235 eng_pkey.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
236 eng_pkey.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
237 eng_pkey.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
238 eng_pkey.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
239 eng_pkey.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
240 eng_pkey.o: ../cryptlib.h eng_int.h eng_pkey.c
241 eng_table.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h
242 eng_table.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
243 eng_table.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
244 eng_table.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
245 eng_table.o: ../../include/openssl/ec.h ../../include/openssl/ecdsa.h
246 eng_table.o: ../../include/openssl/engine.h ../../include/openssl/err.h
247 eng_table.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
248 eng_table.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
249 eng_table.o: ../../include/openssl/opensslconf.h
250 eng_table.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
251 eng_table.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
252 eng_table.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
253 eng_table.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
254 eng_table.o: eng_int.h eng_table.c
255 hw_aep.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h
256 hw_aep.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
257 hw_aep.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
258 hw_aep.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h
259 hw_aep.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
260 hw_aep.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
261 hw_aep.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
262 hw_aep.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
263 hw_aep.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
264 hw_aep.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
265 hw_aep.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
266 hw_aep.o: ../../include/openssl/ui.h hw_aep.c hw_aep_err.c hw_aep_err.h
267 hw_aep.o: vendor_defns/aep.h
268 hw_atalla.o: ../../e_os.h ../../include/openssl/asn1.h
269 hw_atalla.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
270 hw_atalla.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
271 hw_atalla.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
272 hw_atalla.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h
273 hw_atalla.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
274 hw_atalla.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
275 hw_atalla.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
276 hw_atalla.o: ../../include/openssl/opensslconf.h
277 hw_atalla.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
278 hw_atalla.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
279 hw_atalla.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
280 hw_atalla.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
281 hw_atalla.o: ../cryptlib.h hw_atalla.c hw_atalla_err.c hw_atalla_err.h
282 hw_atalla.o: vendor_defns/atalla.h
283 hw_cswift.o: ../../e_os.h ../../include/openssl/asn1.h
284 hw_cswift.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
285 hw_cswift.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
286 hw_cswift.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
287 hw_cswift.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h
288 hw_cswift.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
289 hw_cswift.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
290 hw_cswift.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
291 hw_cswift.o: ../../include/openssl/opensslconf.h
292 hw_cswift.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
293 hw_cswift.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
294 hw_cswift.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
295 hw_cswift.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
296 hw_cswift.o: ../cryptlib.h hw_cswift.c hw_cswift_err.c hw_cswift_err.h
297 hw_cswift.o: vendor_defns/cswift.h
298 hw_ncipher.o: ../../e_os.h ../../include/openssl/asn1.h
299 hw_ncipher.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
300 hw_ncipher.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
301 hw_ncipher.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
302 hw_ncipher.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h
303 hw_ncipher.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
304 hw_ncipher.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
305 hw_ncipher.o: ../../include/openssl/err.h ../../include/openssl/evp.h
306 hw_ncipher.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
307 hw_ncipher.o: ../../include/openssl/objects.h
308 hw_ncipher.o: ../../include/openssl/opensslconf.h
309 hw_ncipher.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
310 hw_ncipher.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
311 hw_ncipher.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
312 hw_ncipher.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
313 hw_ncipher.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
314 hw_ncipher.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
315 hw_ncipher.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
316 hw_ncipher.o: ../cryptlib.h hw_ncipher.c hw_ncipher_err.c hw_ncipher_err.h
317 hw_ncipher.o: vendor_defns/hwcryptohook.h
318 hw_nuron.o: ../../e_os.h ../../include/openssl/asn1.h
319 hw_nuron.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
320 hw_nuron.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
321 hw_nuron.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
322 hw_nuron.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h
323 hw_nuron.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
324 hw_nuron.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
325 hw_nuron.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
326 hw_nuron.o: ../../include/openssl/opensslconf.h
327 hw_nuron.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
328 hw_nuron.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
329 hw_nuron.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
330 hw_nuron.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
331 hw_nuron.o: ../cryptlib.h hw_nuron.c hw_nuron_err.c hw_nuron_err.h
332 hw_openbsd_dev_crypto.o: ../../include/openssl/asn1.h
333 hw_openbsd_dev_crypto.o: ../../include/openssl/asn1t.h
334 hw_openbsd_dev_crypto.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
335 hw_openbsd_dev_crypto.o: ../../include/openssl/conf.h
336 hw_openbsd_dev_crypto.o: ../../include/openssl/crypto.h
337 hw_openbsd_dev_crypto.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
338 hw_openbsd_dev_crypto.o: ../../include/openssl/e_os2.h
339 hw_openbsd_dev_crypto.o: ../../include/openssl/ec.h
340 hw_openbsd_dev_crypto.o: ../../include/openssl/ecdsa.h
341 hw_openbsd_dev_crypto.o: ../../include/openssl/engine.h
342 hw_openbsd_dev_crypto.o: ../../include/openssl/err.h
343 hw_openbsd_dev_crypto.o: ../../include/openssl/evp.h
344 hw_openbsd_dev_crypto.o: ../../include/openssl/lhash.h
345 hw_openbsd_dev_crypto.o: ../../include/openssl/obj_mac.h
346 hw_openbsd_dev_crypto.o: ../../include/openssl/objects.h
347 hw_openbsd_dev_crypto.o: ../../include/openssl/opensslconf.h
348 hw_openbsd_dev_crypto.o: ../../include/openssl/opensslv.h
349 hw_openbsd_dev_crypto.o: ../../include/openssl/ossl_typ.h
350 hw_openbsd_dev_crypto.o: ../../include/openssl/rand.h
351 hw_openbsd_dev_crypto.o: ../../include/openssl/rsa.h
352 hw_openbsd_dev_crypto.o: ../../include/openssl/safestack.h
353 hw_openbsd_dev_crypto.o: ../../include/openssl/stack.h
354 hw_openbsd_dev_crypto.o: ../../include/openssl/symhacks.h
355 hw_openbsd_dev_crypto.o: ../../include/openssl/ui.h ../evp/evp_locl.h eng_int.h
356 hw_openbsd_dev_crypto.o: hw_openbsd_dev_crypto.c
357 hw_sureware.o: ../../e_os.h ../../include/openssl/asn1.h
358 hw_sureware.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
359 hw_sureware.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
360 hw_sureware.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
361 hw_sureware.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h
362 hw_sureware.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
363 hw_sureware.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
364 hw_sureware.o: ../../include/openssl/err.h ../../include/openssl/evp.h
365 hw_sureware.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
366 hw_sureware.o: ../../include/openssl/objects.h
367 hw_sureware.o: ../../include/openssl/opensslconf.h
368 hw_sureware.o: ../../include/openssl/opensslv.h
369 hw_sureware.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pem.h
370 hw_sureware.o: ../../include/openssl/pem2.h ../../include/openssl/pkcs7.h
371 hw_sureware.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
372 hw_sureware.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
373 hw_sureware.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
374 hw_sureware.o: ../../include/openssl/ui.h ../../include/openssl/x509.h
375 hw_sureware.o: ../../include/openssl/x509_vfy.h ../cryptlib.h eng_int.h
376 hw_sureware.o: engine.h hw_sureware.c hw_sureware_err.c hw_sureware_err.h
377 hw_sureware.o: vendor_defns/sureware.h
378 hw_ubsec.o: ../../e_os.h ../../include/openssl/asn1.h
379 hw_ubsec.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
380 hw_ubsec.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
381 hw_ubsec.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
382 hw_ubsec.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h
383 hw_ubsec.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
384 hw_ubsec.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
385 hw_ubsec.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
386 hw_ubsec.o: ../../include/openssl/opensslconf.h
387 hw_ubsec.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
388 hw_ubsec.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
389 hw_ubsec.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
390 hw_ubsec.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
391 hw_ubsec.o: ../cryptlib.h hw_ubsec.c hw_ubsec_err.c hw_ubsec_err.h
392 hw_ubsec.o: vendor_defns/hw_ubsec.h
393 tb_cipher.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h
394 tb_cipher.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
395 tb_cipher.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
396 tb_cipher.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
397 tb_cipher.o: ../../include/openssl/ec.h ../../include/openssl/ecdsa.h
398 tb_cipher.o: ../../include/openssl/engine.h ../../include/openssl/err.h
399 tb_cipher.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
400 tb_cipher.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
401 tb_cipher.o: ../../include/openssl/opensslconf.h
402 tb_cipher.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
403 tb_cipher.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
404 tb_cipher.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
405 tb_cipher.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
406 tb_cipher.o: eng_int.h tb_cipher.c
407 tb_dh.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h
408 tb_dh.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
409 tb_dh.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
410 tb_dh.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
411 tb_dh.o: ../../include/openssl/ec.h ../../include/openssl/ecdsa.h
412 tb_dh.o: ../../include/openssl/engine.h ../../include/openssl/err.h
413 tb_dh.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
414 tb_dh.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
415 tb_dh.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
416 tb_dh.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
417 tb_dh.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
418 tb_dh.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
419 tb_dh.o: ../../include/openssl/ui.h eng_int.h tb_dh.c
420 tb_digest.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h
421 tb_digest.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
422 tb_digest.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
423 tb_digest.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
424 tb_digest.o: ../../include/openssl/ec.h ../../include/openssl/ecdsa.h
425 tb_digest.o: ../../include/openssl/engine.h ../../include/openssl/err.h
426 tb_digest.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
427 tb_digest.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
428 tb_digest.o: ../../include/openssl/opensslconf.h
429 tb_digest.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
430 tb_digest.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
431 tb_digest.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
432 tb_digest.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
433 tb_digest.o: eng_int.h tb_digest.c
434 tb_dsa.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h
435 tb_dsa.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
436 tb_dsa.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
437 tb_dsa.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
438 tb_dsa.o: ../../include/openssl/ec.h ../../include/openssl/ecdsa.h
439 tb_dsa.o: ../../include/openssl/engine.h ../../include/openssl/err.h
440 tb_dsa.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
441 tb_dsa.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
442 tb_dsa.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
443 tb_dsa.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
444 tb_dsa.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
445 tb_dsa.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
446 tb_dsa.o: ../../include/openssl/ui.h eng_int.h tb_dsa.c
447 tb_ecdsa.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h
448 tb_ecdsa.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
449 tb_ecdsa.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
450 tb_ecdsa.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
451 tb_ecdsa.o: ../../include/openssl/ec.h ../../include/openssl/ecdsa.h
452 tb_ecdsa.o: ../../include/openssl/engine.h ../../include/openssl/err.h
453 tb_ecdsa.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
454 tb_ecdsa.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
455 tb_ecdsa.o: ../../include/openssl/opensslconf.h
456 tb_ecdsa.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
457 tb_ecdsa.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
458 tb_ecdsa.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
459 tb_ecdsa.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
460 tb_ecdsa.o: eng_int.h tb_ecdsa.c
461 tb_rand.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h
462 tb_rand.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
463 tb_rand.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
464 tb_rand.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
465 tb_rand.o: ../../include/openssl/ec.h ../../include/openssl/ecdsa.h
466 tb_rand.o: ../../include/openssl/engine.h ../../include/openssl/err.h
467 tb_rand.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
468 tb_rand.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
469 tb_rand.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
470 tb_rand.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
471 tb_rand.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
472 tb_rand.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
473 tb_rand.o: ../../include/openssl/ui.h eng_int.h tb_rand.c
474 tb_rsa.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h
475 tb_rsa.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
476 tb_rsa.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
477 tb_rsa.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
478 tb_rsa.o: ../../include/openssl/ec.h ../../include/openssl/ecdsa.h
479 tb_rsa.o: ../../include/openssl/engine.h ../../include/openssl/err.h
480 tb_rsa.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
481 tb_rsa.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
482 tb_rsa.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
483 tb_rsa.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
484 tb_rsa.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
485 tb_rsa.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
486 tb_rsa.o: ../../include/openssl/ui.h eng_int.h tb_rsa.c