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

sasl: Removed unused variables from commit b87ba2c9

parent b87ba2c9
No related branches found
No related tags found
No related merge requests found
......@@ -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];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment