Date: Sun, 10 May 2015 13:22:34 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 199119] libmd conflicts with libcrypto Message-ID: <bug-199119-8-TVASy3NGNQ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-199119-8@https.bugs.freebsd.org/bugzilla/> References: <bug-199119-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199119 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: thomas Date: Sun May 10 13:21:40 UTC 2015 New revision: 282726 URL: https://svnweb.freebsd.org/changeset/base/282726 Log: Ensure libmd symbols do not clash with libcrypto Add a prefix to all symbols in libmd to avoid incompatibilites with same-named, but not binary compatible, symbols from libcrypto. Also introduce Weak aliases to avoid the need to rebuild dependent binaries and a major version bump. PR: 199119 Differential Revision: D2216 Reviewed by: roberto, delphij MFC after: 2 weeks Changes: head/lib/libmd/md4.h head/lib/libmd/md4c.c head/lib/libmd/md5.h head/lib/libmd/md5c.c head/lib/libmd/mdXhl.c head/lib/libmd/ripemd.h head/lib/libmd/rmd160c.c head/lib/libmd/sha.h head/lib/libmd/sha1c.c head/lib/libmd/sha256.h head/lib/libmd/sha256c.c head/lib/libmd/sha512.h head/lib/libmd/sha512c.c head/lib/libmd/shadriver.c -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199119-8-TVASy3NGNQ>