commit | 45a2c8d99a3782885cc0f08da7473f9476aea3ec | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Mon Oct 28 12:57:08 2013 +0100 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Mon Oct 28 12:57:08 2013 +0100 |
tree | 7edbf2cd3832661f03963cd67d7e6a3e1f5230e2 | |
parent | 677377f4724dd46f22f74e66ddb272c15d6e6d09 [diff] [blame] |
Prevent possible alignment warnings on casting from char * to 'aligned *'
diff --git a/ChangeLog b/ChangeLog index 0487932..86f5fda 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -3,6 +3,7 @@ = PolarSSL 1.3 branch Bugfix * Server does not send out extensions not advertised by client + * Prevent possible alignment warnings on casting from char * to 'aligned *' = PolarSSL 1.3.1 released on 2013-10-15 Features