https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199119
--- Comment #4 from [email protected] --- A commit references this bug: Author: avg Date: Thu Feb 23 16:07:47 UTC 2017 New revision: 314144 URL: https://svnweb.freebsd.org/changeset/base/314144 Log: MFC r282726: 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 Changes: _U stable/10/ stable/10/lib/libmd/md4.h stable/10/lib/libmd/md4c.c stable/10/lib/libmd/md5.h stable/10/lib/libmd/md5c.c stable/10/lib/libmd/mdXhl.c stable/10/lib/libmd/ripemd.h stable/10/lib/libmd/rmd160c.c stable/10/lib/libmd/sha.h stable/10/lib/libmd/sha1c.c stable/10/lib/libmd/sha256.h stable/10/lib/libmd/sha256c.c stable/10/lib/libmd/sha512.h stable/10/lib/libmd/sha512c.c stable/10/lib/libmd/shadriver.c -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
