]> 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, 17 Nov 2024 18:04:44 +0000 (19:04 +0100)
commit353a3236d9328349c18ce2e4e984755cb4a76ea7
tree3967f6761fdc3109e7199c339e115cb4876f6cab
parent4822edd6e79c0ed53ad85e52e24994712c76717e
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