aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_digestauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_digestauth.c')
-rw-r--r--src/testcurl/test_digestauth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testcurl/test_digestauth.c b/src/testcurl/test_digestauth.c
index 3b2f2501..13c9c826 100644
--- a/src/testcurl/test_digestauth.c
+++ b/src/testcurl/test_digestauth.c
@@ -86,7 +86,7 @@ ahc_echo (void *cls,
86 const char *version, 86 const char *version,
87 const char *upload_data, 87 const char *upload_data,
88 size_t *upload_data_size, 88 size_t *upload_data_size,
89 void **unused) 89 void **req_cls)
90{ 90{
91 struct MHD_Response *response; 91 struct MHD_Response *response;
92 char *username; 92 char *username;
@@ -96,7 +96,7 @@ ahc_echo (void *cls,
96 int ret_i; 96 int ret_i;
97 (void) cls; (void) url; /* Unused. Silent compiler warning. */ 97 (void) cls; (void) url; /* Unused. Silent compiler warning. */
98 (void) method; (void) version; (void) upload_data; /* Unused. Silent compiler warning. */ 98 (void) method; (void) version; (void) upload_data; /* Unused. Silent compiler warning. */
99 (void) upload_data_size; (void) unused; /* Unused. Silent compiler warning. */ 99 (void) upload_data_size; (void) req_cls; /* Unused. Silent compiler warning. */
100 100
101 username = MHD_digest_auth_get_username (connection); 101 username = MHD_digest_auth_get_username (connection);
102 if ( (username == NULL) || 102 if ( (username == NULL) ||