diff options
author | Matt Caswell <matt@openssl.org> | 2019-04-03 16:39:34 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2019-04-19 09:31:54 +0100 |
commit | 861b8f8747965bf98d9dd328196b8092e709c99d (patch) | |
tree | 02d87a9ca4bb3d72f02847838822fd75176f842e /build.info | |
parent | aab26e6f7b437f7d4bace03cd855a33d7a34d927 (diff) | |
download | openssl-new-861b8f8747965bf98d9dd328196b8092e709c99d.tar.gz |
Add the provider_algs.h internal header file
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8700)
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 a0ecb21881..ce5dfd055d 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 +INCLUDE[libcrypto]=. crypto/include include providers/common/include INCLUDE[libssl]=. include DEPEND[libssl]=libcrypto |