Hi, It's a bit hard with your description to try and reproduce it.
Have you read the FAQ? http://www.openssl.org/support/faq.html#PROG1 : 1. Is OpenSSL thread-safe? Yes (with limitations: an SSL connection may not concurrently be used by multiple threads). On Windows and many Unix systems, OpenSSL automatically uses the multi-threaded versions of the standard libraries. If your platform is not one of these, consult the INSTALL file. Multi-threaded applications must provide two callback functions to OpenSSL. This is described in the threads(3) manpage. See: http://www.openssl.org/docs/crypto/threads.html So, can you still reproduce it, and do you provide the locking function? Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]