aboutsummaryrefslogtreecommitdiffstats
path: root/src/wireguard/handshake/types.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/wireguard/handshake/types.rs (renamed from src/handshake/types.rs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handshake/types.rs b/src/wireguard/handshake/types.rs
index ba71ec4..5f984cc 100644
--- a/src/handshake/types.rs
+++ b/src/wireguard/handshake/types.rs
@@ -3,7 +3,7 @@ use std::fmt;
use x25519_dalek::PublicKey;
-use crate::types::KeyPair;
+use super::super::types::KeyPair;
/* Internal types for the noise IKpsk2 implementation */