summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/symmetric.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/crypto/symmetric.rs')
-rw-r--r--openpgp/src/crypto/symmetric.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/crypto/symmetric.rs b/openpgp/src/crypto/symmetric.rs
index 2caaa5a7..0d24b0c3 100644
--- a/openpgp/src/crypto/symmetric.rs
+++ b/openpgp/src/crypto/symmetric.rs
@@ -588,7 +588,7 @@ mod tests {
#[test]
fn roundtrip() {
use std::io::Cursor;
- use nettle::Yarrow;
+ use nettle::{Random, Yarrow};
let mut rng = Yarrow::default();
for algo in [SymmetricAlgorithm::TripleDES,