mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Remove null-effect leftover code.
This commit is contained in:
parent
dfce37da23
commit
42930155ab
@ -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…
Reference in New Issue
Block a user