- Fixed issue with Intel compiler on 64-bit platforms

This commit is contained in:
Paul Bakker 2012-01-21 05:41:23 +00:00
parent cf0360a14e
commit 2ec0a56649

View File

@ -4,6 +4,7 @@ PolarSSL ChangeLog
Bugfix
* Check for failed malloc() in ssl_set_hostname() and x509_get_entries()
(Closes ticket #47, found by Hugo Leisink)
* Fixed issues with Intel compiler on 64-bit systems (Closes ticket #50)
= Version 1.1.0 released on 2011-12-22
Features