It's getting closer, see:

https://github.com/nicowilliams/openssl/compare/thread_safety

I spoke to a Linux expert and was told that the correct thing to do in
the shared build of OpenSSL is to always link with -lpthread.  I assert
that this is also the correct thing to do on Solaris.  It's been so for
a long time now.  I.e., OpenSSL should default to using native threads
on all POSIX-like and Win32/64 systems (others will have to contribute
similar support for other environments).

My patches nonetheless will allow apps to provide alternate threading
callbacks, just as today, except that the callbacks now may not be
changed once set, and they are set to native implementations where
possible if they are needed before they are set.

Nico
-- 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to