commit | 8f5fd312124467cbddfade8827855dcae8d16f9f | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Apr 24 14:42:34 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Apr 24 14:42:34 2015 +0200 |
tree | 5e9b95818e3cd51183a8e8b6f876e3a26557cf6f | |
parent | 7cfbaf05b3f36debb949956168c4d4e6b589a6a3 [diff] [blame] |
Change mutex_init/free to return void
diff --git a/ChangeLog b/ChangeLog index 57db9f4..50a3724 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -9,6 +9,8 @@ to override the whole module. API Changes + * In the threading layer, mbedtls_mutex_init() and mbedtls_mutex_free() now + return void. * Configuration options POLARSSL_HAVE_LONGLONG was removed (now always on). * Configuration options POLARSSL_HAVE_INT8 and POLARSSL_HAVE_INT16 have been removed (compiler is required to support 32-bit operations).