https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199119
--- Comment #3 from [email protected] --- 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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
