Re: multiple calls to OpenSSL_add_all_algorithms

2014-10-25 Thread Joel Sing
On Thu, 23 Oct 2014, Martijn van Duren wrote: > Hello misc@, > > 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 place

Re: multiple calls to OpenSSL_add_all_algorithms

2014-10-24 Thread Ted Unangst
On Sat, Oct 25, 2014 at 07:00, Martijn van Duren wrote: > On 10/23/14 11:33, Stuart Henderson wrote: >> On 2014-10-22, Martijn van Duren 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 Ope

Re: multiple calls to OpenSSL_add_all_algorithms

2014-10-24 Thread Martijn van Duren
On 10/23/14 11:33, Stuart Henderson wrote: On 2014-10-22, Martijn van Duren 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 a

Re: multiple calls to OpenSSL_add_all_algorithms

2014-10-23 Thread Martijn van Duren
On 10/23/14 11:33, Stuart Henderson wrote: > On 2014-10-22, Martijn van Duren 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

Re: multiple calls to OpenSSL_add_all_algorithms

2014-10-23 Thread Stuart Henderson
On 2014-10-22, Martijn van Duren 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. Be

multiple calls to OpenSSL_add_all_algorithms

2014-10-22 Thread Martijn van Duren
Hello misc@, 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 functio