diff options
author | Richard Levitte <levitte@openssl.org> | 2019-02-13 18:59:13 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-02-13 18:59:13 +0100 |
commit | 953315ae60e135057e308ebd0778ed823d620970 (patch) | |
tree | f2c948fd113aafde49b0145e090c57f0ed0a88f1 | |
parent | Added new EVP/KDF API. (diff) | |
download | openssl-953315ae60e135057e308ebd0778ed823d620970.tar.xz openssl-953315ae60e135057e308ebd0778ed823d620970.zip |
test/build.info: add missing ../apps/include
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/8227)
-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 59042672a1..231d362b34 100644 --- a/test/build.info +++ b/test/build.info @@ -332,7 +332,7 @@ IF[{- !$disabled{tests} -}] DEPEND[pkey_meth_kdf_test]=../libcrypto libtestutil.a SOURCE[evp_kdf_test]=evp_kdf_test.c - INCLUDE[evp_kdf_test]=../include + INCLUDE[evp_kdf_test]=../include ../apps/include DEPEND[evp_kdf_test]=../libcrypto libtestutil.a SOURCE[x509_time_test]=x509_time_test.c |