[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Wed Feb 13 18:08:45 UTC 2019
The branch master has been updated
via 953315ae60e135057e308ebd0778ed823d620970 (commit)
from 5a285addbf39f91d567f95f04b2b41764127950d (commit)
- Log -----------------------------------------------------------------
commit 953315ae60e135057e308ebd0778ed823d620970
Author: Richard Levitte <levitte at openssl.org>
Date: Wed Feb 13 18:59:13 2019 +0100
test/build.info: add missing ../apps/include
Reviewed-by: Nicola Tuveri <nic.tuv at gmail.com>
(Merged from https://github.com/openssl/openssl/pull/8227)
-----------------------------------------------------------------------
Summary of changes:
test/build.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/build.info b/test/build.info
index 5904267..231d362 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
More information about the openssl-commits
mailing list