summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-10-27 18:59:58 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-10-30 14:22:10 +0100
commit38b83d4a19c42b63787ed3947c009839e19a3c57 (patch)
treea43b2b24fdf7d3914fb87bdd3ef576a72a85fedc /net
parentbe3bce18c4edcbcb326b0b2afde448f1e7847f0f (diff)
openpgp: Implement Serialize for TPK and TSK.
Diffstat (limited to 'net')
-rw-r--r--net/src/async.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/src/async.rs b/net/src/async.rs
index 77ec00bc..b3a5f7a3 100644
--- a/net/src/async.rs
+++ b/net/src/async.rs
@@ -17,7 +17,7 @@ use tokio_core::reactor::Handle;
use url::Url;
use openpgp::TPK;
-use openpgp::{KeyID, armor};
+use openpgp::{KeyID, armor, serialize::Serialize};
use sequoia_core::{Context, NetworkPolicy};
use super::{Error, Result};