summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/crypto/mod.rs')
-rw-r--r--openpgp/src/crypto/mod.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/openpgp/src/crypto/mod.rs b/openpgp/src/crypto/mod.rs
index 052be2d4..c0f514dd 100644
--- a/openpgp/src/crypto/mod.rs
+++ b/openpgp/src/crypto/mod.rs
@@ -6,8 +6,7 @@ use std::fmt;
use std::cmp::Ordering;
use memsec;
-use nettle;
-use nettle::random::Yarrow;
+use nettle::{self, Random, Yarrow};
use constants::HashAlgorithm;
use Result;