> [[email protected] - Tue Jul 07 22:39:32 2009]: > > Any ETA on when this will make it into the upstream? >
You aren't really supposed to call SSL_library_init(), OpenSSL_add_all_algorithms() et al from multiple threads simultaneously. It should be called before starting threads. If multiple threads tried the same with shutdown they could wipe out the algorithm table for other threads. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
