curl-library
Re: curl_easy_cleanup is crashing
From: Constantine Sapuntzakis <csapuntz_at_gmail.com>
Date: Thu, 8 Apr 2010 09:07:35 -0700
Date: Thu, 8 Apr 2010 09:07:35 -0700
> I am unaware of OpenSSL mutex callbacks setup.
> Where to find it..
Search for CRYPTO_set_lock_callback and CRYPTO_set_id_callback
FWIW, for the id callback, I use :
static unsigned long openssl_tid_cb(void)
{
return (unsigned long)pthread_self();
}
-Costa
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-04-08