[PATCH] {md5,sha1,sha256,sha512,sm3}-stream: avoid duplicate symbols

2024-11-17 Thread Jan Palus
tion.") Fixes: 2b6d343ff9 ("sha512: Clarify module to source relation.") Fixes: 81ca30b0de ("sm3-buffer: New module.") Signed-off-by: Jan Palus --- lib/md5-stream.c| 3 --- lib/sha1-stream.c | 3 --- lib/sha256-stream.c | 3 --- lib/sha512-stream.c | 3 --- lib/sm3-

Re: [PATCH] {md5,sha1,sha256,sha512,sm3}-stream: avoid duplicate symbols

2024-11-17 Thread Jan Palus
On 17.11.2024 15:53, Bruno Haible wrote: > Jan Palus wrote: > > Fixes linking ie: > > mold: error: duplicate symbol: ../lib/.libs/libgnu.a(libgnu_la-md5.o): > > ../lib/.libs/libgnu.a(libgnu_la-md5-stream.o): md5_init_ctx > > How to reproduce the problem? > 1) Which