summaryrefslogtreecommitdiff
path: root/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2019-04-19 10:31:18 +0100
committerMatt Caswell <matt@openssl.org>2019-05-23 11:02:04 +0100
commit16da72a824eddebb7d85297bea868be3a6f43c0e (patch)
treeef9b0de848898ebe18d19a43c9af51cdc67e9ca8 /build.info
parent319e518a5ae17fb8def2bd9209675acbaa6c22c2 (diff)
downloadopenssl-new-16da72a824eddebb7d85297bea868be3a6f43c0e.tar.gz
Move where include path for providers/common/include gets specified
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8728)
Diffstat (limited to 'build.info')
-rw-r--r--build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.info b/build.info
index ce5dfd055d..a0ecb21881 100644
--- a/build.info
+++ b/build.info
@@ -3,7 +3,7 @@
SUBDIRS=crypto ssl apps test util tools fuzz engines providers
LIBS=libcrypto libssl
-INCLUDE[libcrypto]=. crypto/include include providers/common/include
+INCLUDE[libcrypto]=. crypto/include include
INCLUDE[libssl]=. include
DEPEND[libssl]=libcrypto