Skip to content
Snippets Groups Projects
Commit 1eb30827 authored by Steve Holme's avatar Steve Holme
Browse files

curl_sasl: Fixed compilation warning under DEBUGBUILD

parent e8c1bf88
Branches
Tags
No related merge requests found
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment