[libnice] Small patch to avoid symbol clash with openSSL
Philip Withnall
philip at tecnocode.co.uk
Fri Oct 24 08:57:02 PDT 2014
Hi,
How are you encountering this symbol clash? RAND_bytes is exposed in the
libstun.la helper library, but that is not installed, and when it’s
linked in to libnice.so, RAND_bytes becomes a local, non-exported
symbol.
e.g.
$ nm -g nice/.libs/libnice.so | grep RAND
$ # no results
Philip
On Thu, 2014-10-16 at 15:10 +0100, Curieux Tres wrote:
> Hi
> RAND_bytes is also used/exported by openSSL
> Small patch attached to rename it to nice_RAND_bytes
>
>
> Thanks
> Fx
>
>
> _______________________________________________
> nice mailing list
> nice at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/nice
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 213 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/nice/attachments/20141024/b593e23d/attachment.sig>
More information about the nice
mailing list