Issue regarding openssl mutex callbacks

2011-09-15 Thread chaitanya sonavale
Hi, I am using libcurl with openssl latest versions on windows in my application. Since application is multi-threaded, I have implemented openssl mutex callbacks as per following documentation http://www.openssl.org/docs/crypto/threads.html But I do not see these callbacks getting called at all.

Issue regarding openssl mutex callbacks

2011-09-14 Thread chaitanya sonavale
Hi, I am using libcurl with openssl latest versions on windows in my application. Since application is multi-threaded, I have implemented openssl mutex callbacks as per following documentation http://www.openssl.org/docs/crypto/threads.html But I do not see these callbacks getting called at all.