summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-02-11 12:28:26 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-11 14:39:57 +0100
commit5caef3b5028599958bfddbdb86ea4f47df9f315b (patch)
tree75b25e9772c9052e3133dd5f95eaa28d5ccf4687 /crypto
parentd94c444bcdc12f63ed122fa7ad0d1b71fa319ce7 (diff)
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>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/bn/build.info2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/bn/build.info b/crypto/bn/build.info
index 66f62dcac9..bb410f271e 100644
--- a/crypto/bn/build.info
+++ b/crypto/bn/build.info
@@ -1,3 +1,4 @@
+{- use File::Spec::Functions qw/catdir rel2abs/; -}
LIBS=../../libcrypto
SOURCE[../../libcrypto]=\
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} -} \
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
+INCLUDE[../../libcrypto]={- rel2abs(catdir($builddir,"..","..","crypto","include")) -}
BEGINRAW[Makefile]
##### BN assembler implementations