2 # OpenSSL/crypto/bn/Makefile
9 INCLUDES
= -I..
-I
$(TOP
) -I..
/..
/include
16 CFLAGS
= $(INCLUDES
) $(CFLAG
)
17 ASFLAGS
= $(INCLUDES
) $(ASFLAG
)
21 TEST
=bntest.c exptest.c
24 LIB
=$(TOP
)/libcrypto.a
25 LIBSRC
= bn_add.c bn_div.c bn_exp.c bn_lib.c bn_ctx.c bn_mul.c bn_mod.c \
26 bn_print.c bn_rand.c bn_shift.c bn_word.c bn_blind.c \
27 bn_kron.c bn_sqrt.c bn_gcd.c bn_prime.c bn_err.c bn_sqr.c bn_asm.c \
28 bn_recp.c bn_mont.c bn_mpi.c bn_exp2.c bn_gf2m.c bn_nist.c \
29 bn_depr.c bn_const.c bn_x931p.c
31 LIBOBJ
= bn_add.o bn_div.o bn_exp.o bn_lib.o bn_ctx.o bn_mul.o bn_mod.o \
32 bn_print.o bn_rand.o bn_shift.o bn_word.o bn_blind.o \
33 bn_kron.o bn_sqrt.o bn_gcd.o bn_prime.o bn_err.o bn_sqr.o
$(BN_ASM
) \
34 bn_recp.o bn_mont.o bn_mpi.o bn_exp2.o bn_gf2m.o bn_nist.o \
35 bn_depr.o bn_const.o bn_x931p.o
40 HEADER
= bn_lcl.h bn_prime.h
$(EXHEADER
)
42 ALL
= $(GENERAL
) $(SRC
) $(HEADER
)
45 (cd ..
/..
; $(MAKE
) DIRS
=crypto SDIRS
=$(DIR
) sub_all
)
49 bn_prime.h
: bn_prime.pl
50 $(PERL
) bn_prime.pl
>bn_prime.h
52 divtest
: divtest.c ..
/..
/libcrypto.a
53 cc -I..
/..
/include divtest.c
-o divtest ..
/..
/libcrypto.a
55 bnbug
: bnbug.c ..
/..
/libcrypto.a top
56 cc -g
-I..
/..
/include bnbug.c
-o bnbug ..
/..
/libcrypto.a
59 $(AR
) $(LIB
) $(LIBOBJ
)
60 $(RANLIB
) $(LIB
) || echo Never mind.
63 bn-586.s
: asm
/bn-586.pl ..
/perlasm
/x86asm.pl
64 $(PERL
) asm
/bn-586.pl
$(PERLASM_SCHEME
) $(CFLAGS
) $(PROCESSOR
) > $@
65 co-586.s
: asm
/co-586.pl ..
/perlasm
/x86asm.pl
66 $(PERL
) asm
/co-586.pl
$(PERLASM_SCHEME
) $(CFLAGS
) $(PROCESSOR
) > $@
67 x86-mont.s
: asm
/x86-mont.pl ..
/perlasm
/x86asm.pl
68 $(PERL
) asm
/x86-mont.pl
$(PERLASM_SCHEME
) $(CFLAGS
) $(PROCESSOR
) > $@
69 x86-gf2m.s
: asm
/x86-gf2m.pl ..
/perlasm
/x86asm.pl
70 $(PERL
) asm
/x86-gf2m.pl
$(PERLASM_SCHEME
) $(CFLAGS
) $(PROCESSOR
) > $@
72 sparcv8.o
: asm
/sparcv8.S
73 $(CC
) $(CFLAGS
) -c asm
/sparcv8.S
74 bn-sparcv9.o
: asm
/sparcv8plus.S
75 $(CC
) $(CFLAGS
) -c
-o
$@ asm
/sparcv8plus.S
76 sparcv9a-mont.s
: asm
/sparcv9a-mont.pl
77 $(PERL
) asm
/sparcv9a-mont.pl
$(CFLAGS
) > $@
78 sparcv9-mont.s
: asm
/sparcv9-mont.pl
79 $(PERL
) asm
/sparcv9-mont.pl
$(CFLAGS
) > $@
80 vis3-mont.s
: asm
/vis3-mont.pl
81 $(PERL
) asm
/vis3-mont.pl
$(CFLAGS
) > $@
82 sparct4-mont.S
: asm
/sparct4-mont.pl
83 $(PERL
) asm
/sparct4-mont.pl
$(CFLAGS
) > $@
84 sparcv9-gf2m.S
: asm
/sparcv9-gf2m.pl
85 $(PERL
) asm
/sparcv9-gf2m.pl
$(CFLAGS
) > $@
87 bn-mips3.o
: asm
/mips3.s
88 @if
[ "$(CC)" = "gcc" ]; then \
89 ABI
=`expr "$(CFLAGS)" : ".*-mabi=\([n3264]*\)"` && \
90 as -$$ABI -O
-o
$@ asm
/mips3.s
; \
91 else $(CC
) -c
$(CFLAGS
) -o
$@ asm
/mips3.s
; fi
93 bn-mips.s
: asm
/mips.pl
94 $(PERL
) asm
/mips.pl
$(PERLASM_SCHEME
) $@
95 mips-mont.s
: asm
/mips-mont.pl
96 $(PERL
) asm
/mips-mont.pl
$(PERLASM_SCHEME
) $@
98 bn-s390x.o
: asm
/s390x.S
99 $(CC
) $(CFLAGS
) -c
-o
$@ asm
/s390x.S
100 s390x-gf2m.s
: asm
/s390x-gf2m.pl
101 $(PERL
) asm
/s390x-gf2m.pl
$(PERLASM_SCHEME
) $@
103 x86_64-gcc.o
: asm
/x86_64-gcc.c
104 $(CC
) $(CFLAGS
) -c
-o
$@ asm
/x86_64-gcc.c
105 x86_64-mont.s
: asm
/x86_64-mont.pl
106 $(PERL
) asm
/x86_64-mont.pl
$(PERLASM_SCHEME
) > $@
107 x86_64-mont5.s
: asm
/x86_64-mont5.pl
108 $(PERL
) asm
/x86_64-mont5.pl
$(PERLASM_SCHEME
) > $@
109 x86_64-gf2m.s
: asm
/x86_64-gf2m.pl
110 $(PERL
) asm
/x86_64-gf2m.pl
$(PERLASM_SCHEME
) > $@
111 rsaz-x86_64.s
: asm
/rsaz-x86_64.pl
112 $(PERL
) asm
/rsaz-x86_64.pl
$(PERLASM_SCHEME
) > $@
113 rsaz-avx2.s
: asm
/rsaz-avx2.pl
114 $(PERL
) asm
/rsaz-avx2.pl
$(PERLASM_SCHEME
) > $@
116 bn-ia64.s
: asm
/ia64.S
117 $(CC
) $(CFLAGS
) -E asm
/ia64.S
> $@
118 ia64-mont.s
: asm
/ia64-mont.pl
119 $(PERL
) asm
/ia64-mont.pl
$@
$(CFLAGS
)
121 # GNU assembler fails to compile PA-RISC2 modules, insist on calling
122 # vendor assembler...
123 pa-risc2W.o
: asm
/pa-risc2W.s
124 /usr
/ccs
/bin
/as -o pa-risc2W.o asm
/pa-risc2W.s
125 pa-risc2.o
: asm
/pa-risc2.s
126 /usr
/ccs
/bin
/as -o pa-risc2.o asm
/pa-risc2.s
127 parisc-mont.s
: asm
/parisc-mont.pl
128 $(PERL
) asm
/parisc-mont.pl
$(PERLASM_SCHEME
) $@
130 # ppc - AIX, Linux, MacOS X...
131 bn-ppc.s
: asm
/ppc.pl
; $(PERL
) asm
/ppc.pl
$(PERLASM_SCHEME
) $@
132 ppc-mont.s
: asm
/ppc-mont.pl
;$(PERL
) asm
/ppc-mont.pl
$(PERLASM_SCHEME
) $@
133 ppc64-mont.s
: asm
/ppc64-mont.pl
;$(PERL
) asm
/ppc64-mont.pl
$(PERLASM_SCHEME
) $@
135 alpha-mont.s
: asm
/alpha-mont.pl
136 (preproc
=$$$$.
$@.S
; trap
"rm $$preproc" INT
; \
137 $(PERL
) asm
/alpha-mont.pl
> $$preproc && \
138 $(CC
) -E
-P
$$preproc > $@
&& rm $$preproc)
140 # GNU make "catch all"
141 %-mont.S
: asm
/%-mont.pl
; $(PERL
) $< $(PERLASM_SCHEME
) $@
142 %-gf2m.S
: asm
/%-gf2m.pl
; $(PERL
) $< $(PERLASM_SCHEME
) $@
144 armv4-mont.o
: armv4-mont.S
145 armv4-gf2m.o
: armv4-gf2m.S
148 $(PERL
) $(TOP
)/util
/files.pl Makefile
>> $(TOP
)/MINFO
151 @
$(PERL
) $(TOP
)/util
/mklink.pl ..
/..
/include/openssl
$(EXHEADER
)
152 @
$(PERL
) $(TOP
)/util
/mklink.pl ..
/..
/test $(TEST
)
153 @
$(PERL
) $(TOP
)/util
/mklink.pl ..
/..
/apps
$(APPS
)
156 @
[ -n
"$(INSTALLTOP)" ] # should be set by top Makefile...
157 @headerlist
="$(EXHEADER)"; for i in
$$headerlist ; \
159 (cp
$$i $(INSTALL_PREFIX
)$(INSTALLTOP
)/include/openssl
/$$i; \
160 chmod
644 $(INSTALL_PREFIX
)$(INSTALLTOP
)/include/openssl
/$$i ); \
165 gcc
-I..
/..
/include -g2
-ggdb
-o exptest exptest.c ..
/..
/libcrypto.a
169 gcc
-I..
-g div.c ..
/..
/libcrypto.a
177 lint
-DLINT
$(INCLUDES
) $(SRC
)>fluff
179 update
: bn_prime.h depend
182 @
[ -n
"$(MAKEDEPEND)" ] # should be set by upper Makefile...
183 $(MAKEDEPEND
) -- $(CFLAG
) $(INCLUDES
) $(DEPFLAG
) -- $(PROGS
) $(LIBSRC
)
186 $(PERL
) -pe
'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE
) >Makefile.new
187 mv
-f Makefile.new
$(MAKEFILE
)
190 rm -f
*.s
*.o
*.obj lib
tags core .pure .nfs
* *.old
*.bak fluff
192 # DO NOT DELETE THIS LINE -- make depend depends on it.
194 bn_add.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/bn.h
195 bn_add.o
: ..
/..
/include/openssl
/buffer.h ..
/..
/include/openssl
/crypto.h
196 bn_add.o
: ..
/..
/include/openssl
/e_os2.h ..
/..
/include/openssl
/err.h
197 bn_add.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/opensslconf.h
198 bn_add.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
199 bn_add.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
200 bn_add.o
: ..
/..
/include/openssl
/symhacks.h ..
/cryptlib.h bn_add.c bn_lcl.h
201 bn_asm.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/bn.h
202 bn_asm.o
: ..
/..
/include/openssl
/buffer.h ..
/..
/include/openssl
/crypto.h
203 bn_asm.o
: ..
/..
/include/openssl
/e_os2.h ..
/..
/include/openssl
/err.h
204 bn_asm.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/opensslconf.h
205 bn_asm.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
206 bn_asm.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
207 bn_asm.o
: ..
/..
/include/openssl
/symhacks.h ..
/cryptlib.h bn_asm.c bn_lcl.h
208 bn_blind.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/bn.h
209 bn_blind.o
: ..
/..
/include/openssl
/buffer.h ..
/..
/include/openssl
/crypto.h
210 bn_blind.o
: ..
/..
/include/openssl
/e_os2.h ..
/..
/include/openssl
/err.h
211 bn_blind.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/opensslconf.h
212 bn_blind.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
213 bn_blind.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
214 bn_blind.o
: ..
/..
/include/openssl
/symhacks.h ..
/cryptlib.h bn_blind.c bn_lcl.h
215 bn_const.o
: ..
/..
/include/openssl
/crypto.h ..
/..
/include/openssl
/e_os2.h
216 bn_const.o
: ..
/..
/include/openssl
/opensslconf.h
217 bn_const.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
218 bn_const.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
219 bn_const.o
: ..
/..
/include/openssl
/symhacks.h bn.h bn_const.c
220 bn_ctx.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/bn.h
221 bn_ctx.o
: ..
/..
/include/openssl
/buffer.h ..
/..
/include/openssl
/crypto.h
222 bn_ctx.o
: ..
/..
/include/openssl
/e_os2.h ..
/..
/include/openssl
/err.h
223 bn_ctx.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/opensslconf.h
224 bn_ctx.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
225 bn_ctx.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
226 bn_ctx.o
: ..
/..
/include/openssl
/symhacks.h ..
/cryptlib.h bn_ctx.c bn_lcl.h
227 bn_depr.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/bn.h
228 bn_depr.o
: ..
/..
/include/openssl
/buffer.h ..
/..
/include/openssl
/crypto.h
229 bn_depr.o
: ..
/..
/include/openssl
/e_os2.h ..
/..
/include/openssl
/err.h
230 bn_depr.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/opensslconf.h
231 bn_depr.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
232 bn_depr.o
: ..
/..
/include/openssl
/rand.h ..
/..
/include/openssl
/safestack.h
233 bn_depr.o
: ..
/..
/include/openssl
/stack.h ..
/..
/include/openssl
/symhacks.h
234 bn_depr.o
: ..
/cryptlib.h bn_depr.c bn_lcl.h
235 bn_div.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/bn.h
236 bn_div.o
: ..
/..
/include/openssl
/buffer.h ..
/..
/include/openssl
/crypto.h
237 bn_div.o
: ..
/..
/include/openssl
/e_os2.h ..
/..
/include/openssl
/err.h
238 bn_div.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/opensslconf.h
239 bn_div.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
240 bn_div.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
241 bn_div.o
: ..
/..
/include/openssl
/symhacks.h ..
/cryptlib.h bn_div.c bn_lcl.h
242 bn_err.o
: ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/bn.h
243 bn_err.o
: ..
/..
/include/openssl
/crypto.h ..
/..
/include/openssl
/e_os2.h
244 bn_err.o
: ..
/..
/include/openssl
/err.h ..
/..
/include/openssl
/lhash.h
245 bn_err.o
: ..
/..
/include/openssl
/opensslconf.h ..
/..
/include/openssl
/opensslv.h
246 bn_err.o
: ..
/..
/include/openssl
/ossl_typ.h ..
/..
/include/openssl
/safestack.h
247 bn_err.o
: ..
/..
/include/openssl
/stack.h ..
/..
/include/openssl
/symhacks.h
249 bn_exp.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/bn.h
250 bn_exp.o
: ..
/..
/include/openssl
/buffer.h ..
/..
/include/openssl
/crypto.h
251 bn_exp.o
: ..
/..
/include/openssl
/e_os2.h ..
/..
/include/openssl
/err.h
252 bn_exp.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/opensslconf.h
253 bn_exp.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
254 bn_exp.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
255 bn_exp.o
: ..
/..
/include/openssl
/symhacks.h ..
/constant_time_locl.h
256 bn_exp.o
: ..
/cryptlib.h bn_exp.c bn_lcl.h rsaz_exp.h
257 bn_exp2.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/bn.h
258 bn_exp2.o
: ..
/..
/include/openssl
/buffer.h ..
/..
/include/openssl
/crypto.h
259 bn_exp2.o
: ..
/..
/include/openssl
/e_os2.h ..
/..
/include/openssl
/err.h
260 bn_exp2.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/opensslconf.h
261 bn_exp2.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
262 bn_exp2.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
263 bn_exp2.o
: ..
/..
/include/openssl
/symhacks.h ..
/cryptlib.h bn_exp2.c bn_lcl.h
264 bn_gcd.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/bn.h
265 bn_gcd.o
: ..
/..
/include/openssl
/buffer.h ..
/..
/include/openssl
/crypto.h
266 bn_gcd.o
: ..
/..
/include/openssl
/e_os2.h ..
/..
/include/openssl
/err.h
267 bn_gcd.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/opensslconf.h
268 bn_gcd.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
269 bn_gcd.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
270 bn_gcd.o
: ..
/..
/include/openssl
/symhacks.h ..
/cryptlib.h bn_gcd.c bn_lcl.h
271 bn_gf2m.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/bn.h
272 bn_gf2m.o
: ..
/..
/include/openssl
/buffer.h ..
/..
/include/openssl
/crypto.h
273 bn_gf2m.o
: ..
/..
/include/openssl
/e_os2.h ..
/..
/include/openssl
/err.h
274 bn_gf2m.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/opensslconf.h
275 bn_gf2m.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
276 bn_gf2m.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
277 bn_gf2m.o
: ..
/..
/include/openssl
/symhacks.h ..
/cryptlib.h bn_gf2m.c bn_lcl.h
278 bn_kron.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/bn.h
279 bn_kron.o
: ..
/..
/include/openssl
/buffer.h ..
/..
/include/openssl
/crypto.h
280 bn_kron.o
: ..
/..
/include/openssl
/e_os2.h ..
/..
/include/openssl
/err.h
281 bn_kron.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/opensslconf.h
282 bn_kron.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
283 bn_kron.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
284 bn_kron.o
: ..
/..
/include/openssl
/symhacks.h ..
/cryptlib.h bn_kron.c bn_lcl.h
285 bn_lib.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/bn.h
286 bn_lib.o
: ..
/..
/include/openssl
/buffer.h ..
/..
/include/openssl
/crypto.h
287 bn_lib.o
: ..
/..
/include/openssl
/e_os2.h ..
/..
/include/openssl
/err.h
288 bn_lib.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/opensslconf.h
289 bn_lib.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
290 bn_lib.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
291 bn_lib.o
: ..
/..
/include/openssl
/symhacks.h ..
/cryptlib.h bn_lcl.h bn_lib.c
292 bn_mod.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/bn.h
293 bn_mod.o
: ..
/..
/include/openssl
/buffer.h ..
/..
/include/openssl
/crypto.h
294 bn_mod.o
: ..
/..
/include/openssl
/e_os2.h ..
/..
/include/openssl
/err.h
295 bn_mod.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/opensslconf.h
296 bn_mod.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
297 bn_mod.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
298 bn_mod.o
: ..
/..
/include/openssl
/symhacks.h ..
/cryptlib.h bn_lcl.h bn_mod.c
299 bn_mont.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/bn.h
300 bn_mont.o
: ..
/..
/include/openssl
/buffer.h ..
/..
/include/openssl
/crypto.h
301 bn_mont.o
: ..
/..
/include/openssl
/e_os2.h ..
/..
/include/openssl
/err.h
302 bn_mont.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/opensslconf.h
303 bn_mont.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
304 bn_mont.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
305 bn_mont.o
: ..
/..
/include/openssl
/symhacks.h ..
/cryptlib.h bn_lcl.h bn_mont.c
306 bn_mpi.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/bn.h
307 bn_mpi.o
: ..
/..
/include/openssl
/buffer.h ..
/..
/include/openssl
/crypto.h
308 bn_mpi.o
: ..
/..
/include/openssl
/e_os2.h ..
/..
/include/openssl
/err.h
309 bn_mpi.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/opensslconf.h
310 bn_mpi.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
311 bn_mpi.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
312 bn_mpi.o
: ..
/..
/include/openssl
/symhacks.h ..
/cryptlib.h bn_lcl.h bn_mpi.c
313 bn_mul.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/bn.h
314 bn_mul.o
: ..
/..
/include/openssl
/buffer.h ..
/..
/include/openssl
/crypto.h
315 bn_mul.o
: ..
/..
/include/openssl
/e_os2.h ..
/..
/include/openssl
/err.h
316 bn_mul.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/opensslconf.h
317 bn_mul.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
318 bn_mul.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
319 bn_mul.o
: ..
/..
/include/openssl
/symhacks.h ..
/cryptlib.h bn_lcl.h bn_mul.c
320 bn_nist.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/bn.h
321 bn_nist.o
: ..
/..
/include/openssl
/buffer.h ..
/..
/include/openssl
/crypto.h
322 bn_nist.o
: ..
/..
/include/openssl
/e_os2.h ..
/..
/include/openssl
/err.h
323 bn_nist.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/opensslconf.h
324 bn_nist.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
325 bn_nist.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
326 bn_nist.o
: ..
/..
/include/openssl
/symhacks.h ..
/cryptlib.h bn_lcl.h bn_nist.c
327 bn_prime.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/bn.h
328 bn_prime.o
: ..
/..
/include/openssl
/buffer.h ..
/..
/include/openssl
/crypto.h
329 bn_prime.o
: ..
/..
/include/openssl
/e_os2.h ..
/..
/include/openssl
/err.h
330 bn_prime.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/opensslconf.h
331 bn_prime.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
332 bn_prime.o
: ..
/..
/include/openssl
/rand.h ..
/..
/include/openssl
/safestack.h
333 bn_prime.o
: ..
/..
/include/openssl
/stack.h ..
/..
/include/openssl
/symhacks.h
334 bn_prime.o
: ..
/cryptlib.h bn_lcl.h bn_prime.c bn_prime.h
335 bn_print.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/bn.h
336 bn_print.o
: ..
/..
/include/openssl
/buffer.h ..
/..
/include/openssl
/crypto.h
337 bn_print.o
: ..
/..
/include/openssl
/e_os2.h ..
/..
/include/openssl
/err.h
338 bn_print.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/opensslconf.h
339 bn_print.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
340 bn_print.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
341 bn_print.o
: ..
/..
/include/openssl
/symhacks.h ..
/cryptlib.h bn_lcl.h bn_print.c
342 bn_rand.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/bn.h
343 bn_rand.o
: ..
/..
/include/openssl
/buffer.h ..
/..
/include/openssl
/crypto.h
344 bn_rand.o
: ..
/..
/include/openssl
/e_os2.h ..
/..
/include/openssl
/err.h
345 bn_rand.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/opensslconf.h
346 bn_rand.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
347 bn_rand.o
: ..
/..
/include/openssl
/rand.h ..
/..
/include/openssl
/safestack.h
348 bn_rand.o
: ..
/..
/include/openssl
/stack.h ..
/..
/include/openssl
/symhacks.h
349 bn_rand.o
: ..
/cryptlib.h bn_lcl.h bn_rand.c
350 bn_recp.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/bn.h
351 bn_recp.o
: ..
/..
/include/openssl
/buffer.h ..
/..
/include/openssl
/crypto.h
352 bn_recp.o
: ..
/..
/include/openssl
/e_os2.h ..
/..
/include/openssl
/err.h
353 bn_recp.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/opensslconf.h
354 bn_recp.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
355 bn_recp.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
356 bn_recp.o
: ..
/..
/include/openssl
/symhacks.h ..
/cryptlib.h bn_lcl.h bn_recp.c
357 bn_shift.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/bn.h
358 bn_shift.o
: ..
/..
/include/openssl
/buffer.h ..
/..
/include/openssl
/crypto.h
359 bn_shift.o
: ..
/..
/include/openssl
/e_os2.h ..
/..
/include/openssl
/err.h
360 bn_shift.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/opensslconf.h
361 bn_shift.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
362 bn_shift.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
363 bn_shift.o
: ..
/..
/include/openssl
/symhacks.h ..
/cryptlib.h bn_lcl.h bn_shift.c
364 bn_sqr.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/bn.h
365 bn_sqr.o
: ..
/..
/include/openssl
/buffer.h ..
/..
/include/openssl
/crypto.h
366 bn_sqr.o
: ..
/..
/include/openssl
/e_os2.h ..
/..
/include/openssl
/err.h
367 bn_sqr.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/opensslconf.h
368 bn_sqr.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
369 bn_sqr.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
370 bn_sqr.o
: ..
/..
/include/openssl
/symhacks.h ..
/cryptlib.h bn_lcl.h bn_sqr.c
371 bn_sqrt.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/bn.h
372 bn_sqrt.o
: ..
/..
/include/openssl
/buffer.h ..
/..
/include/openssl
/crypto.h
373 bn_sqrt.o
: ..
/..
/include/openssl
/e_os2.h ..
/..
/include/openssl
/err.h
374 bn_sqrt.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/opensslconf.h
375 bn_sqrt.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
376 bn_sqrt.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
377 bn_sqrt.o
: ..
/..
/include/openssl
/symhacks.h ..
/cryptlib.h bn_lcl.h bn_sqrt.c
378 bn_word.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/bn.h
379 bn_word.o
: ..
/..
/include/openssl
/buffer.h ..
/..
/include/openssl
/crypto.h
380 bn_word.o
: ..
/..
/include/openssl
/e_os2.h ..
/..
/include/openssl
/err.h
381 bn_word.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/opensslconf.h
382 bn_word.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
383 bn_word.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
384 bn_word.o
: ..
/..
/include/openssl
/symhacks.h ..
/cryptlib.h bn_lcl.h bn_word.c
385 bn_x931p.o
: ..
/..
/include/openssl
/bn.h ..
/..
/include/openssl
/crypto.h
386 bn_x931p.o
: ..
/..
/include/openssl
/e_os2.h ..
/..
/include/openssl
/opensslconf.h
387 bn_x931p.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
388 bn_x931p.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/stack.h
389 bn_x931p.o
: ..
/..
/include/openssl
/symhacks.h bn_x931p.c