sasl: Removed unused variables from commit b87ba2c94217c0
This commit is contained in:
parent
b87ba2c942
commit
08f97f3b1d
@ -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];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user