Merged change from readdir_r() to readdir() + threading
diff --git a/ChangeLog b/ChangeLog index 4b05115..7bf2a67 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -5,6 +5,7 @@ * gen_prime() speedup * Speedup of ECP multiplication operation * Relaxed some SHA2 ciphersuite's version requirements + * Dropped use of readdir_r() instead of readdir() with threading support Bugfix * Fixed X.509 hostname comparison (with non-regular characters)