curl_sasl: Fixed compilation warning under DEBUGBUILD
authorSteve Holme <steve_holme@hotmail.com>
Sun, 1 Jun 2014 11:26:09 +0000 (12:26 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 1 Jun 2014 11:29:16 +0000 (12:29 +0100)
lib/curl_sasl.c

index b7effcf..5edc0ef 100644 (file)
@@ -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";