summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2009-01-18 12:06:37 +0000
committerBen Laurie <ben@openssl.org>2009-01-18 12:06:37 +0000
commit7f62532030e7881011eced5c561b3cd606518e61 (patch)
treeefd2eae2342b2c67dc5cd86d305b881232f79902 /CHANGES
parentc2c99e2860566044b23a5b3fded6f70b7436b9ad (diff)
Allow CC to be overridden.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ea5162d78c..f1b416d445 100644
--- a/CHANGES
+++ b/CHANGES
@@ -743,6 +743,13 @@
*) Change 'Configure' script to enable Camellia by default.
[NTT]
+ Changes between 0.9.8j and 0.9.8k [xx XXX xxxx]
+
+ *) Allow CC in the environment to override the automatically chosen
+ compiler. Note that nothing is done to ensure flags work with the
+ chosen compiler.
+ [Ben Laurie]
+
Changes between 0.9.8i and 0.9.8j [07 Jan 2009]
*) Properly check EVP_VerifyFinal() and similar return values