mirror of
https://github.com/curl/curl.git
synced 2026-05-06 09:57:30 +03:00
curl_sasl: Fixed compilation warning under DEBUGBUILD
This commit is contained in:
parent
e8c1bf8840
commit
1eb308275a
1 changed files with 2 additions and 0 deletions
|
|
@ -423,7 +423,9 @@ CURLcode Curl_sasl_create_digest_md5_message(struct SessionHandle *data,
|
|||
unsigned int cnonce2 = 0;
|
||||
unsigned int cnonce3 = 0;
|
||||
unsigned int cnonce4 = 0;
|
||||
#ifndef DEBUGBUILD
|
||||
struct timeval now;
|
||||
#endif
|
||||
|
||||
char nonceCount[] = "00000001";
|
||||
char method[] = "AUTHENTICATE";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue