aboutsummaryrefslogtreecommitdiffstats
path: root/src/handshake/mod.rs
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2019-10-06 13:33:15 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2019-10-06 13:33:15 +0200
commitc82d3e554ba34305fa7ef759c830a74f4ba9559b (patch)
tree44081e90a68dedeaabc1252779df81249f92ce7f /src/handshake/mod.rs
parentAdded key_confirmed callback (diff)
downloadwireguard-rs-c82d3e554ba34305fa7ef759c830a74f4ba9559b.tar.xz
wireguard-rs-c82d3e554ba34305fa7ef759c830a74f4ba9559b.zip
Restructure dummy implementations
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 6d017cc..071a41f 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::{MAX_HANDSHAKE_MSG_SIZE, TYPE_COOKIE_REPLY, TYPE_INITIATION, TYPE_RESPONSE};