- Removed redundant POLARSSL_DEBUG_MSG define

This commit is contained in:
Paul Bakker 2012-02-11 16:17:43 +00:00
parent a8cd239d6b
commit 1504af585c
4 changed files with 6 additions and 12 deletions

View file

@ -9,6 +9,9 @@ Features
* Added support for multi-domain certificates through the X509 Subject
Alternative Name extension
Changes
* Removed redundant POLARSSL_DEBUG_MSG define
= Version 1.1.1 released on 2012-01-23
Bugfix
* Check for failed malloc() in ssl_set_hostname() and x509_get_entries()