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

Change #265374

Category curl
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Fri 24 Apr 2026 17:47:30
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision 7d295145eb7ea07bbf8d4a0cf433f31c3f1ed585

Comments

mbedtls: remove failf() call with first argument as NULL
failf() needs an easy handle to work. This change removes the call since
there is normnally nowhere to show the output if init fails.

Bonus: improve language in an infof() call

Spotted by Copilot

Closes #21441

Changed files