commit | eae09db9e57b7a342ea15bf57c5c1439c59a2e50 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu Jun 06 12:35:54 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Jun 06 12:35:54 2013 +0200 |
tree | 7e718a0589b7bfe192f9cf6cea83cbbf3a39acee | |
parent | f92263021c86b5a6565605082171c49ec5b83e9b [diff] [blame] |
Fixed const correctness issues that have no impact on the ABI
diff --git a/ChangeLog b/ChangeLog index 28a7bbe..ce8f1d9 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -5,6 +5,7 @@ * Secure renegotiation extension should only be sent in case client supports secure renegotiation * Fixed offset for cert_type list in ssl_parse_certificate_request() + * Fixed const correctness issues that have no impact on the ABI = Version 1.2.7 released 2013-04-13 Features