[openssl-commits] [openssl] master update

kaduk at mit.edu kaduk at mit.edu
Fri Mar 9 23:26:05 UTC 2018


The branch master has been updated
       via  9ad9794273f3d069e45cf505fbeaada073a849ce (commit)
      from  d1142857e4453e3e5d8e0f122a31ded1754c4379 (commit)


- Log -----------------------------------------------------------------
commit 9ad9794273f3d069e45cf505fbeaada073a849ce
Author: Ben Kaduk <kaduk at mit.edu>
Date:   Fri Mar 9 12:58:39 2018 -0600

    Attempt to fix boringssl tests
    
    Commit abe256e7951e6d57f8f6b4364ea696eb4ead3852 changed the config target
    element from 'cxx' to 'CXX'; catch up accordingly.
    Also use a space to offset the template boundary, per convention.
    
    [extended tests]
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/5577)

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

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..1225060 100644
--- a/test/ossl_shim/build.info
+++ b/test/ossl_shim/build.info
@@ -1,4 +1,4 @@
-IF[{- defined $target{cxx} && !$disabled{"external-tests"}-}]
+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


More information about the openssl-commits mailing list