Skip to content
  • Brad King's avatar
    cmCurl: Tolerate lack of CURLOPT_CAPATH support · 602cdc06
    Brad King authored
    Since curl 7.39 the CURLOPT_CAPATH setting may be rejected with a
    CURLE_NOT_BUILT_IN error.  Simply tolerate this with silent failure
    since we just will not use the CAPATH setting in this case.
    602cdc06