Attempt to fix boringssl tests

Commit abe256e795 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@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5577)
This commit is contained in:
Ben Kaduk 2018-03-09 12:58:39 -06:00
parent d1142857e4
commit 9ad9794273

View file

@ -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