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

Change #238058

Category curl
Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
Changed at Mon 30 Jun 2025 18:38:56
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision a3787f98ac4cf79c9c183fa5e933db6e5a27f99f

Comments

lib: drop two interim macros in favor of native libcurl API calls
Drop `strcasecompare` and `strncasecompare` in favor of libcurl API
calls `curl_strequal` and `curl_strnequal` respectively.

Also drop unnecessary `strcase.h` includes. Include `curl/curl.h`
instead where it wasn't included before.

Closes #17772

Changed files