Removed POLARSSL_THREADING_DUMMY option

This commit is contained in:
Paul Bakker 2013-12-31 11:54:08 +01:00
parent 4de44aa0ae
commit a8fd3e31ed
4 changed files with 3 additions and 57 deletions

View file

@ -20,6 +20,7 @@ Changes
* Split off curves from ecp.c into ecp_curves.c
* Curves are now stored fully in ROM
* Memory usage optimizations in ECP module
* Removed POLARSSL_THREADING_DUMMY
Bugfix
* Fixed bug in mpi_set_bit() on platforms where t_uint is wider than int