aboutsummaryrefslogtreecommitdiffstats
path: root/src/peer.rs
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-06-04 00:02:39 -0500
committerJake McGinty <me@jake.su>2018-06-04 00:02:39 -0500
commit932bb18602dbbb84ff419d6c6ac7937faea8f0a2 (patch)
tree60719f1a73a26213a7c4bcf1087e4e36ae598031 /src/peer.rs
parentwell, this is interesting. (diff)
downloadwireguard-rs-932bb18602dbbb84ff419d6c6ac7937faea8f0a2.tar.xz
wireguard-rs-932bb18602dbbb84ff419d6c6ac7937faea8f0a2.zip
clean stuff up a bit
Diffstat (limited to 'src/peer.rs')
-rw-r--r--src/peer.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/peer.rs b/src/peer.rs
index 992f3c3..371cd0d 100644
--- a/src/peer.rs
+++ b/src/peer.rs
@@ -6,8 +6,6 @@ use consts::{REKEY_AFTER_MESSAGES, REKEY_AFTER_TIME,
use crypto_pool::{DecryptWork, EncryptWork};
use cookie;
use failure::{Error, err_msg};
-use futures::Future;
-use interface::UtunPacket;
use noise;
use message::{Initiation, Response, CookieReply, Transport};
use std::{self, mem};