- Added fixes for compiler warnings on a Mac

This commit is contained in:
Paul Bakker 2010-03-16 21:16:16 +00:00
parent f80d4539d1
commit 4ed999c4b2
3 changed files with 5 additions and 3 deletions

View file

@ -11,6 +11,7 @@ Bug fixes
* Fixed bug resulting in failure to send the last
certificate in the chain in ssl_write_certificate() and
ssl_write_certificate_request() (Found by fatbob)
* Added small fixes for compiler warnings on a Mac
= Version 0.12.1 released on 2009-10-04
Changes