[Bug 289111] Should the bootstrap pkg get the "Fix symbols collision between libmd and libcrypto" fix too?

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 12 Sep 2025 17:16:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289111

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Closed
                 CC|                            |markj@FreeBSD.org
         Resolution|---                         |Not A Bug

--- Comment #5 from Mark Johnston <markj@FreeBSD.org> ---
(In reply to Mark Millard from comment #4)
libmd exports two flavours of symbols: one prefixed with _libmd_, which won't
collide with libcrypto, and weak symbols, which will be ignored in favour of
those from libcrypto.so.  So I believe there's no problem there, it's mostly an
issue when linking statically.

-- 
You are receiving this mail because:
You are the assignee for the bug.