diff options
author | Matt Caswell <matt@openssl.org> | 2019-04-19 11:31:18 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2019-05-23 12:02:04 +0200 |
commit | 16da72a824eddebb7d85297bea868be3a6f43c0e (patch) | |
tree | ef9b0de848898ebe18d19a43c9af51cdc67e9ca8 /build.info | |
parent | Make some EVP code available from within the FIPS module (diff) | |
download | openssl-16da72a824eddebb7d85297bea868be3a6f43c0e.tar.xz openssl-16da72a824eddebb7d85297bea868be3a6f43c0e.zip |
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.info | 2 |
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 |