Also compiles / runs without time-based functions in OS
Can now run without need of time() / localtime() and gettimeofday()
diff --git a/ChangeLog b/ChangeLog
index beff0b6..0ee0cee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,7 @@
* PSK and DHE-PSK based ciphersuites added
* Memory allocation abstraction layer added
* Buffer-based memory allocator added (no malloc() / free() / HEAP usage)
+ * Also compiles / runs without time-based functions (!POLARSSL_HAVE_TIME)
Changes
* Introduced separate SSL Ciphersuites module that is based on