projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b87ba2c
)
sasl: Removed unused variables from commit b87ba2c94217c0
author
Steve Holme
<steve_holme@hotmail.com>
Sun, 27 Oct 2013 17:04:56 +0000
(17:04 +0000)
committer
Steve Holme
<steve_holme@hotmail.com>
Sun, 27 Oct 2013 17:04:56 +0000
(17:04 +0000)
lib/curl_sasl.c
patch
|
blob
|
history
diff --git
a/lib/curl_sasl.c
b/lib/curl_sasl.c
index b15590ae9b516835cf8cd988c4ba98609ac78a1e..c06494678a7d8f26dc35208b066ae4597dbb7c60 100644
(file)
--- a/
lib/curl_sasl.c
+++ b/
lib/curl_sasl.c
@@
-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];