Add inclusion directory crypto/include for BN compilations
authorRichard Levitte <levitte@openssl.org>
Thu, 11 Feb 2016 11:28:26 +0000 (12:28 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 11 Feb 2016 13:39:57 +0000 (14:39 +0100)
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>

No differences found