redundant line

This commit is contained in:
lumi 2017-03-28 15:48:49 +02:00
parent f999429df8
commit ac21b1544e

View file

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