sasl: Removed unused variables from commit b87ba2c942

This commit is contained in:
Steve Holme 2013-10-27 17:04:56 +00:00
parent b87ba2c942
commit 08f97f3b1d
1 changed files with 0 additions and 3 deletions

View File

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