From de0dc006a524f335bc99f354bb8bc91258aad32d Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Fri, 1 Sep 2017 09:22:49 -0500 Subject: [PATCH] Fixup include path in ossl_shim test after e_os.h work The include search path was not picking up files in the root of the tree. [extended tests] Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/4316) --- test/ossl_shim/build.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ossl_shim/build.info b/test/ossl_shim/build.info index aa5f0624f8..8cb3542968 100644 --- a/test/ossl_shim/build.info +++ b/test/ossl_shim/build.info @@ -1,6 +1,6 @@ IF[{- defined $target{cxx} && !$disabled{"external-tests"}-}] PROGRAMS_NO_INST=ossl_shim SOURCE[ossl_shim]=ossl_shim.cc async_bio.cc packeted_bio.cc test_config.cc - INCLUDE[ossl_shim]=. include ../../include + INCLUDE[ossl_shim]=. include ../../include ../.. DEPEND[ossl_shim]=../../libssl ../../libcrypto ENDIF -- 2.34.1