From: Benjamin Kaduk Date: Fri, 1 Sep 2017 14:22:49 +0000 (-0500) Subject: Fixup include path in ossl_shim test after e_os.h work X-Git-Tag: OpenSSL_1_1_1-pre1~700 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=de0dc006a524f335bc99f354bb8bc91258aad32d;p=oweals%2Fopenssl.git 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) --- 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