Re: Thread-safe libcrypto by using weak symbols to pthread

2015-06-02 Thread Brent Cook
On Sun, Mar 29, 2015 at 4:51 AM, Carlos Martín Nieto wrote: > On Sat, Mar 28, 2015 at 09:59:57PM -0700, Philip Guenther wrote: >> On Sat, 28 Mar 2015, Carlos Mart?n Nieto wrote: >> > I?ve been looking into making libcrypto automatically thread-safe. The >> > obvious solution is to use pthread to p

Re: Thread-safe libcrypto by using weak symbols to pthread

2015-03-28 Thread Philip Guenther
On Sat, 28 Mar 2015, Carlos Mart?n Nieto wrote: > I?ve been looking into making libcrypto automatically thread-safe. The > obvious solution is to use pthread to perform the locking instead of > relying on the user to set locking callbacks, as the final user > shouldn?t need to care that LibreSSL