Fix bug with cmake and old version of GCC
diff --git a/ChangeLog b/ChangeLog
index 82824a0..d0a98b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,7 +9,9 @@
2048 bits. This can be changed with ssl_set_dh_params().
Bugfix
- * Fix thread-safety issue in the SSL debug module.
+ * Fix thread-safety issue in SSL debug module (found by Edwin van Vliet).
+ * Fix build error with CMake and pre-4.5 versions of GCC (found by Hugo
+ Leisink).
Changes
* Add SSL_MIN_DHM_BYTES configuration parameter in config.h to choose the