[Bug 199119] libmd conflicts with libcrypto

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun May 10 13:22:34 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199119

--- Comment #3 from commit-hook at 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.


More information about the freebsd-bugs mailing list