Fix a constness issue

This commit is contained in:
Manuel Pégourié-Gonnard 2015-03-19 12:47:21 +00:00
parent 35f1d7f0aa
commit fa8aebcbcc
3 changed files with 3 additions and 2 deletions

View file

@ -6,6 +6,7 @@ Features
* Support for DTLS 1.0 and 1.2 (RFC 6347).
API Changes
* Some constness fixes
* Signature of mpi_mul_mpi() changed to make the last argument unsigned
* Remove the PBKDF2 module (use PKCS5).
* Remove POLARSSL_ERROR_STRERROR_BC (use mbedtls_strerror()).