aboutsummaryrefslogtreecommitdiffstats
path: root/src/wireguard/handshake/macs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wireguard/handshake/macs.rs')
-rw-r--r--src/wireguard/handshake/macs.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wireguard/handshake/macs.rs b/src/wireguard/handshake/macs.rs
index 8d79c5e..f4f5586 100644
--- a/src/wireguard/handshake/macs.rs
+++ b/src/wireguard/handshake/macs.rs
@@ -141,6 +141,7 @@ impl Generator {
pub fn process(&mut self, reply: &CookieReply) -> Result<(), HandshakeError> {
let mac1 = self.last_mac1.ok_or(HandshakeError::InvalidState)?;
let mut tau = [0u8; SIZE_COOKIE];
+ #[allow(clippy::unnecessary_mut_passed)]
XOPEN!(
&self.cookie_key, // key
&reply.f_nonce, // nonce