Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #247014

Category curl
Changed by Jay Satiro <raysatiroohnoyoudont@yahoo.com>
Changed at Wed 29 Oct 2025 07:46:43
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision 0ba006601ffa813388bf4b4f01a181767fbdad15

Comments

tool_operate: move the checks that skip ca cert detection
- Move the checks into the function that needs them, cacertpaths().

Prior to this change the caller made the determination whether to skip
calling cacertpaths for cert detection. However for posterity it is
better to have the checks in cacertpaths since other code could call it.

Closes https://github.com/curl/curl/pull/19148

Changed files