Allow enabling of dummy error_strerror() to support some use-cases

Enable a dummy error function to make use of error_strerror() in
third party libraries easier.

Disable if you run into name conflicts and want to really remove the
error_strerror()
This commit is contained in:
Paul Bakker 2013-02-02 12:43:08 +01:00
parent 14c56a3378
commit 8fe40dcd7d
4 changed files with 35 additions and 2 deletions

View file

@ -1,5 +1,9 @@
PolarSSL ChangeLog
= Development
Changes
* Allow enabling of dummy error_strerror() to support some use-cases
= Version 1.2.4 released 2013-01-25
Changes
* Added ssl_handshake_step() to allow single stepping the handshake process