Re: SHA384_Update symbol clash with libgs

2019-04-06 Thread David Holland
On Fri, Apr 05, 2019 at 07:18:46PM +0200, Edgar Fu? wrote: > Apart from a GS rendering library exporting symbol with the name of a > well-known crypto function being a strange idea, who is at fault? The ELF spec. -- David A. Holland dholl...@netbsd.org

Re: SHA384_Update symbol clash with libgs

2019-04-05 Thread J. Lewis Muir
On 04/05, Edgar Fuß wrote: > Apart from a GS rendering library exporting symbol with the name of a > well-known crypto function being a strange idea, who is at fault? IMO, they're both at fault. To avoid this kind of problem, all global symbols should be namespaced, so OpenSSL's SHA384_Update sh