On Thu, 26 Nov 2009, Marco Maggi wrote:
COK(curl_easy_getinfo(handle, CURLINFO_CERTINFO, &num_certs)); fprintf(stderr, "num certs %d\n", num_certs);
I suggest you return to the documentation and re-read what CURLINFO_CERTINFO provides:
http://curl.haxx.se/libcurl/c/curl_easy_getinfo.html#CURLINFOCERTINFO Pretending the returned data is an integer is not a good idea! -- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
