fordesign wrote:
> OS: SUNOS5.7 GCC
> under 0.9.5a
> without purify , my program runs well, but it cannt construct SSL_CTX after purified.
> this is the log:
> 2000-09-26 11:34:40 #1 INIT: construct SSL_CTX fail, program abort
> 2000-09-26 11:34:40 #1 INIT: SSL: error:140A90A1:SSL routines:SSL_CTX_new:library 
>has no ciphers

I ran into that same error a lot until I realized that
you shouldn't construct SSL_CTX's in multiple threads
at the same time; it's not threadsafe.

Any chance that's biting you?
- Dan
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to