aboutsummaryrefslogtreecommitdiffstats
path: root/src/wireguard/handshake/types.rs
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2019-10-13 22:26:12 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2019-10-13 22:26:12 +0200
commita08fd4002bfae92072f64f8d5e0084e6f248f139 (patch)
treea50315318549056627adb05bdd0a4f1a02f8541d /src/wireguard/handshake/types.rs
parentPort timer.c from WireGuard (diff)
downloadwireguard-rs-a08fd4002bfae92072f64f8d5e0084e6f248f139.tar.xz
wireguard-rs-a08fd4002bfae92072f64f8d5e0084e6f248f139.zip
Work on Linux platform code
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 */