I am only using the cryptographic and BIO parts of OpenSSL, nothing to do
with certificates, in a Win32 MFC multithreaded app. Several threads use the
crypto and BIO functions, but I have locks in place so that only one thread
can access a particular BIO at a time.
Is it still  necessary to call the
CRYPTO_num_locks()
     CRYPTO_set_locking_callback()
     CRYPTO_set_id_callback()
functions?
If so, can someone please point me to a C++ example as visual c++ doesn't
seem to like mttest.c as c++ at all.

Thanks,

Lance

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to