From ac4033d658e4dc210ed4552b88069b57532ba3d7 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 28 Feb 2019 13:28:43 +0100 Subject: Configure: make C++ build tests optional and configurable Disabled by default Fixes #8360 Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/8370) --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 5fcf667736..ff61ff4383 100644 --- a/CHANGES +++ b/CHANGES @@ -9,6 +9,14 @@ Changes between 1.1.1 and 3.0.0 [xx XXX xxxx] + *) Added build tests for C++. These are generated files that only do one + thing, to include one public OpenSSL head file each. This tests that + the public header files can be usefully included in a C++ application. + + This test isn't enabled by default. It can be enabled with the option + 'enable-buildtest-c++'. + [Richard Levitte] + *) Added property based algorithm implementation selection framework to the core. [Paul Dale] -- cgit v1.2.3