+2024-11-17 Jan Palus <jpalus@fastmail.com> (tiny change)
+
+ md5-stream, sha*-stream, sm3-stream: Avoid duplicate symbols.
+ * lib/md5-stream.c (GL_OPENSSL_INLINE): Remove definition, that caused
+ the symbols defined in md5.o to be defined in md5-stream.o as well.
+ * lib/sha1-stream.c (GL_OPENSSL_INLINE): Likewise.
+ * lib/sha256-stream.c (GL_OPENSSL_INLINE): Likewise.
+ * lib/sha512-stream.c (GL_OPENSSL_INLINE): Likewise.
+ * lib/sm3-stream.c (GL_OPENSSL_INLINE): Likewise.
+
2024-11-14 Bruno Haible <bruno@clisp.org>
pthread-rwlock: Fix configure test for AIX with xlc.