]> git.ipfire.org Git - thirdparty/curl.git/commit
mbedtls: replace macro constant with `CURL_ARRAYSIZE()`
authorViktor Szakats <commit@vsz.me>
Sat, 29 Nov 2025 18:51:45 +0000 (19:51 +0100)
committerViktor Szakats <commit@vsz.me>
Sat, 29 Nov 2025 23:19:32 +0000 (00:19 +0100)
commitc3add7130d7d81add205edbbb75fdfd1f38b3c68
tree08f02f9916f2eaea58e35d37769a5880068270fd
parent985f86f0be42a69bae91e9209016e5f7fe3346da
mbedtls: replace macro constant with `CURL_ARRAYSIZE()`

Also move from `int` to `size_t` for index variables.

Closes #19762
lib/vtls/mbedtls_threadlock.c
lib/vtls/mbedtls_threadlock.h