mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-18 12:29:42 +00:00
Add inclusion directory crypto/include for BN compilations
Some files in crypto/bn depend on internal/bn_conf.h, and so does test/bntest. Therefore, we add another inclusion directory. Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
d94c444bcd
commit
5caef3b502
@ -1,3 +1,4 @@
|
|||||||
|
{- use File::Spec::Functions qw/catdir rel2abs/; -}
|
||||||
LIBS=../../libcrypto
|
LIBS=../../libcrypto
|
||||||
SOURCE[../../libcrypto]=\
|
SOURCE[../../libcrypto]=\
|
||||||
bn_add.c bn_div.c bn_exp.c bn_lib.c bn_ctx.c bn_mul.c bn_mod.c \
|
bn_add.c bn_div.c bn_exp.c bn_lib.c bn_ctx.c bn_mul.c bn_mod.c \
|
||||||
@ -6,6 +7,7 @@ SOURCE[../../libcrypto]=\
|
|||||||
{- $target{bn_asm_src} -} \
|
{- $target{bn_asm_src} -} \
|
||||||
bn_recp.c bn_mont.c bn_mpi.c bn_exp2.c bn_gf2m.c bn_nist.c \
|
bn_recp.c bn_mont.c bn_mpi.c bn_exp2.c bn_gf2m.c bn_nist.c \
|
||||||
bn_depr.c bn_const.c bn_x931p.c bn_intern.c bn_dh.c bn_srp.c
|
bn_depr.c bn_const.c bn_x931p.c bn_intern.c bn_dh.c bn_srp.c
|
||||||
|
INCLUDE[../../libcrypto]={- rel2abs(catdir($builddir,"..","..","crypto","include")) -}
|
||||||
|
|
||||||
BEGINRAW[Makefile]
|
BEGINRAW[Makefile]
|
||||||
##### BN assembler implementations
|
##### BN assembler implementations
|
||||||
|
@ -20,7 +20,7 @@ INCLUDE[nptest]={- rel2abs(catdir($builddir,"../include")) -} ../include
|
|||||||
DEPEND[nptest]=../libcrypto
|
DEPEND[nptest]=../libcrypto
|
||||||
|
|
||||||
SOURCE[bntest]=bntest.c
|
SOURCE[bntest]=bntest.c
|
||||||
INCLUDE[bntest]={- rel2abs(catdir($builddir,"../include")) -} .. ../crypto/include ../include
|
INCLUDE[bntest]={- rel2abs(catdir($builddir,"../crypto/include")) -} {- rel2abs(catdir($builddir,"../include")) -} .. ../crypto/include ../include
|
||||||
DEPEND[bntest]=../libcrypto
|
DEPEND[bntest]=../libcrypto
|
||||||
|
|
||||||
SOURCE[ectest]=ectest.c
|
SOURCE[ectest]=ectest.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user