Commit 08f97f3b authored by Steve Holme's avatar Steve Holme
Browse files

sasl: Removed unused variables from commit b87ba2c9

parent b87ba2c9
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -354,9 +354,6 @@ CURLcode Curl_sasl_create_digest_md5_message(struct SessionHandle *data,
#ifndef DEBUGBUILD
#ifndef DEBUGBUILD
  static const char table16[] = "0123456789abcdef";
  static const char table16[] = "0123456789abcdef";
#endif
#endif
  CURLcode result = CURLE_OK;
  unsigned char *chlg = (unsigned char *) NULL;
  size_t chlglen = 0;
  size_t i;
  size_t i;
  MD5_context *ctxt;
  MD5_context *ctxt;
  unsigned char digest[MD5_DIGEST_LEN];
  unsigned char digest[MD5_DIGEST_LEN];