md5, sha1, sha256, sha512: fix compile error in c++ mode
[gnulib.git] / ChangeLog
index 563e867..ea8b1ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2013-12-12  Alexander V. Lukyanov  <lav@netis.ru>
+
+       md5, sha1, sha256, sha512: fix (trivial) compile error in c++ mode.
+       * lib/gl_openssl.h: Cast void pointers to a specific type.
+
+2013-12-07  Pádraig Brady <P@draigBrady.com>
+
+       open-tests: fix build failure with -Werror=old-style-declaration
+       * tests/test-open.h: Reorder the inline to avoid the issue.
+
 2013-12-07  Pádraig Brady <P@draigBrady.com>
 
        md5, sha1, sha256, sha512: fix link error with partial libcrypto