aboutsummaryrefslogtreecommitdiffstats
path: root/src/handshake/mod.rs
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2019-09-16 22:33:46 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2019-09-16 22:33:46 +0200
commitdfe4a22920e31f30f0e7ceb7c0d588dd48af13ad (patch)
tree129f8955ee34c8b36fd27305471c41349282b0bc /src/handshake/mod.rs
parentWIP: Handshake queue and workers (diff)
downloadwireguard-rs-dfe4a22920e31f30f0e7ceb7c0d588dd48af13ad.tar.xz
wireguard-rs-dfe4a22920e31f30f0e7ceb7c0d588dd48af13ad.zip
WIP: Work on handshake worker
Diffstat (limited to 'src/handshake/mod.rs')
-rw-r--r--src/handshake/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handshake/mod.rs b/src/handshake/mod.rs
index 8452de8..6d017cc 100644
--- a/src/handshake/mod.rs
+++ b/src/handshake/mod.rs
@@ -18,4 +18,4 @@ mod types;
// publicly exposed interface
pub use device::Device;
-pub use messages::{TYPE_COOKIE_REPLY, TYPE_INITIATION, TYPE_RESPONSE };
+pub use messages::{TYPE_COOKIE_REPLY, TYPE_INITIATION, TYPE_RESPONSE};