redundant line
This commit is contained in:
parent
f999429df8
commit
ac21b1544e
1 changed files with 0 additions and 1 deletions
|
@ -152,7 +152,6 @@ where
|
|||
client_final_message_bare.extend(server_nonce.bytes());
|
||||
let client_key = S::hmac(b"Client Key", &salted_password);
|
||||
let server_key = S::hmac(b"Server Key", &salted_password);
|
||||
let stored_key = S::hash(&client_key);
|
||||
let mut auth_message = Vec::new();
|
||||
auth_message.extend(initial_client_message);
|
||||
auth_message.extend(b",");
|
||||
|
|
Loading…
Reference in a new issue