commit | be089b04837352e6a987f546640aabe699173746 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Mon Oct 14 15:51:50 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Mon Oct 14 15:51:50 2013 +0200 |
tree | 9995247787dca44c4dcfd9a06f214f8e7ad7af97 | |
parent | b9cfaa0c7f41c7adb28755cb7bc46a624e98d3b6 [diff] [blame] |
Introduced POLARSSL_HAVE_READDIR_R for systems without it
diff --git a/ChangeLog b/ChangeLog index f6def8c..9d7cce4 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -7,6 +7,7 @@ Changes * RSA blinding locks for a smaller amount of time * TLS compression only allocates working buffer once + * Introduced POLARSSL_HAVE_READDIR_R for systems without it Bugfix * Missing MSVC defines added