1
0
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:
monnerat 2010-04-19 17:30:20 +02:00
parent dfce37da23
commit 42930155ab

View File

@ -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));