> 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

Reply via email to