mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08: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