Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 216809
Collapse All | Expand All

(-)keyserver/gpgkeys_curl.c (-1 / +1 lines)
Lines 300-306 Link Here
300
      curl_easy_setopt(curl,CURLOPT_VERBOSE,1);
300
      curl_easy_setopt(curl,CURLOPT_VERBOSE,1);
301
    }
301
    }
302
302
303
  curl_easy_setopt(curl,CURLOPT_SSL_VERIFYPEER,opt->flags.check_cert);
303
  curl_easy_setopt(curl,CURLOPT_SSL_VERIFYPEER, opt->flags.check_cert != 0);
304
  curl_easy_setopt(curl,CURLOPT_CAINFO,opt->ca_cert_file);
304
  curl_easy_setopt(curl,CURLOPT_CAINFO,opt->ca_cert_file);
305
305
306
  if(proxy)
306
  if(proxy)

Return to bug 216809