** Patch added: "fix: rename all internal md5_* functions to opiemd5_*"
http://launchpadlibrarian.net/38889077/opie_2.40%7Edfsg-0ubuntu2_md5_names.diff
--
libopie exports conflicting symbols
https://bugs.launchpad.net/bugs/518653
You received this bug notification because you are a member of
Public bug reported:
libopie.a exports the functions md5_init, md5_append and md5_finish.
These are quite common names that should be avoided by a central
library. The problem arises when any binary that also uses these symbol
names is linked to libopie.a, especially when this happens indirectly.