diff options
author | Richard Levitte <levitte@openssl.org> | 2016-02-11 12:28:26 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-02-11 14:39:57 +0100 |
commit | 5caef3b5028599958bfddbdb86ea4f47df9f315b (patch) | |
tree | 75b25e9772c9052e3133dd5f95eaa28d5ccf4687 /test/build.info | |
parent | The protocol variable has lost its use, remove it (diff) | |
download | openssl-5caef3b5028599958bfddbdb86ea4f47df9f315b.tar.xz openssl-5caef3b5028599958bfddbdb86ea4f47df9f315b.zip |
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 '')
-rw-r--r-- | test/build.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/build.info b/test/build.info index bf9feadf8c..a32169220a 100644 --- a/test/build.info +++ b/test/build.info @@ -20,7 +20,7 @@ INCLUDE[nptest]={- rel2abs(catdir($builddir,"../include")) -} ../include DEPEND[nptest]=../libcrypto 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 SOURCE[ectest]=ectest.c |