summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-06-07 13:14:42 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-06-07 13:14:42 +0000
commit3c07d3a3d32aefaeebde24fdf8f046a8bce33b3c (patch)
treea72f0631938984214aeeba2ccdad4f58d0bc2e2c /CHANGES
parent1d1a64653cef9a9793c391e629a718b69b35fe3a (diff)
Finish gcc 4.2 changes.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4ae39e89ae..da32b0c223 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.8f and 0.9.9 [xx XXX xxxx]
+ *) Final changes to avoid use of pointer pointer casts in OpenSSL.
+ OpenSSL should now compile cleanly on gcc 4.2
+ [Peter Hartley <pdh@utter.chaos.org.uk>, Steve Henson]
+
*) Update SSL library to use new EVP_PKEY MAC API. Include generic MAC
support including streaming MAC support: this is required for GOST
ciphersuite support.