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

Change #265371

Category None
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Fri 24 Apr 2026 17:47:30
Repository https://api.github.com/repos/curl/curl
Project curl/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