]> git.ipfire.org Git - thirdparty/curl.git/commit
lib: fix some type mismatches and remove unneeded typecasts
authorRose <83477269+AtariDreams@users.noreply.github.com>
Fri, 28 Oct 2022 16:32:09 +0000 (12:32 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 8 Nov 2022 08:11:01 +0000 (03:11 -0500)
commitf151ec6c1053826bdcc740d97257d877b759e777
tree6da9daa805268783d6b3fb75dde3cb5007ab4fb9
parent14061f784c47069d20d17dd9d6c6cf4613efeca5
lib: fix some type mismatches and remove unneeded typecasts

Many of these castings are unneeded if we change the variables to work
better with each other.

Ref: https://github.com/curl/curl/pull/9823

Closes https://github.com/curl/curl/pull/9835
23 files changed:
lib/connect.c
lib/cookie.c
lib/curl_fnmatch.c
lib/escape.c
lib/file.c
lib/formdata.c
lib/ftp.c
lib/ftplistparser.c
lib/http.c
lib/ldap.c
lib/mime.c
lib/setopt.c
lib/socks.c
lib/telnet.c
lib/vauth/digest.c
lib/vtls/gskit.c
lib/vtls/openssl.c
packages/OS400/ccsidcurl.c
packages/OS400/os400sys.c
packages/vms/curl_crtl_init.c
packages/vms/report_openssl_version.c
tests/libtest/lib1542.c
tests/libtest/lib1568.c