commit | a8fd3e31edfd8dc1640d2e38d27f1c1a415c2bbf | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Dec 31 11:54:08 2013 +0100 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Dec 31 11:54:08 2013 +0100 |
tree | 7d6a57f2a6155f5603d09e3986a7d81498af19cc | |
parent | 4de44aa0aec0fee42278aa079ad0912ed5a24daf [diff] [blame] |
Removed POLARSSL_THREADING_DUMMY option
diff --git a/ChangeLog b/ChangeLog index 506d96a..03215e7 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -20,6 +20,7 @@ * 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