]> Savannah Git Hosting - gnulib.git/commit
md5-stream, sha*-stream, sm3-stream: Avoid duplicate symbols.
authorJan Palus <jpalus@fastmail.com>
Sun, 17 Nov 2024 17:58:42 +0000 (18:58 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 1 Dec 2024 06:58:47 +0000 (07:58 +0100)
commit37108ee7f49986f2b8cf60d83deff971e55426b2
tree23150c9561437bc032012177f902ce6b0f0f3b93
parent634f0dcc45282c40eb2c872bdf734ce58b44f123
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.

Copyright-paperwork-exempt: Yes
ChangeLog
lib/md5-stream.c
lib/sha1-stream.c
lib/sha256-stream.c
lib/sha512-stream.c
lib/sm3-stream.c