summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-02-28 13:28:43 +0100
committerRichard Levitte <levitte@openssl.org>2019-03-05 09:26:13 +0100
commitac4033d658e4dc210ed4552b88069b57532ba3d7 (patch)
tree14f03e7322a612277de94d232e13043edef5850b /CHANGES
parentff825807bc9bda996058df070f8ec23f7167e1a6 (diff)
Configure: make C++ build tests optional and configurable
Disabled by default Fixes #8360 Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/8370)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
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]