mirror of
https://github.com/curl/curl.git
synced 2026-07-09 21:27:17 +03:00
Remove null-effect leftover code.
This commit is contained in:
parent
dfce37da23
commit
42930155ab
1 changed files with 0 additions and 1 deletions
|
|
@ -676,7 +676,6 @@ static CURLcode smtp_state_authcram_resp(struct connectdata *conn,
|
|||
}
|
||||
|
||||
/* Compute digest. */
|
||||
strlen(conn->passwd);
|
||||
ctxt = Curl_HMAC_init(Curl_HMAC_MD5,
|
||||
(const unsigned char *) conn->passwd, strlen(conn->passwd));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue