mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
digestauth: use size_t for counting headers
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user