On 2014-10-22, Martijn van Duren <martijn...@gmail.com> wrote: > I'm currently trying to write a library that heavily relies on > libcrypto. Because I don't want applications linking to it, to have to > call OpenSSL_add_all_algorithms, for convenience, I added those calls to > the appropriate places in my library. Because of this nature, the > function is called multiple times, and even if I shielded it within my > library it could still be called outside of it by an application using > my library.
fwiw, Asterisk ran into this, this was the result: http://reviewboard.asterisk.org/r/1006/