[openssl-commits] [openssl] master update

kaduk at mit.edu kaduk at mit.edu
Fri Sep 1 16:41:18 UTC 2017


The branch master has been updated
       via  de0dc006a524f335bc99f354bb8bc91258aad32d (commit)
      from  e65dfa471a6fd9a4ba6265739039c4da75d75752 (commit)


- Log -----------------------------------------------------------------
commit de0dc006a524f335bc99f354bb8bc91258aad32d
Author: Benjamin Kaduk <bkaduk at akamai.com>
Date:   Fri Sep 1 09:22:49 2017 -0500

    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 <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/4316)

-----------------------------------------------------------------------

Summary of changes:
 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 aa5f062..8cb3542 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


More information about the openssl-commits mailing list