commit | fa8aebcbcc73c7ad316dcd5bd0a2ed3d294936fd | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Mar 19 12:47:21 2015 +0000 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Mar 19 13:38:17 2015 +0000 |
tree | 1a774df27562bfdb1af51a349827712388fc50cf | |
parent | 35f1d7f0aa9547d305eb4bd947fa6a1ca8e35503 [diff] [blame] |
Fix a constness issue
diff --git a/ChangeLog b/ChangeLog index 4ae771b..ecfb0c6 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -6,6 +6,7 @@ * 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()).