digestauth: use size_t for counting headers

This commit is contained in:
Evgeny Grin (Karlson2k)
2022-06-23 11:39:00 +03:00
parent 23d69214bd
commit 2de47d2007
+1 -1
View File
@@ -1188,7 +1188,7 @@ calculate_add_nonce_with_retry (struct MHD_Connection *const connection,
struct test_header_param
{
struct MHD_Connection *connection;
unsigned int num_headers;
size_t num_headers;
};
/**