summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/aead.rs
diff options
context:
space:
mode:
authorKai Michaelis <kai@sequoia-pgp.org>2019-02-13 14:26:12 +0100
committerKai Michaelis <kai@sequoia-pgp.org>2019-02-13 19:23:42 +0100
commit91bda43cc807917a585d7cf33e708e37a726433c (patch)
tree67d8fc3077aa605ac53917ad292d1d4bb6bbdf0c /openpgp/src/crypto/aead.rs
parentca912da838bca40a2e008264a2c8c339a62df483 (diff)
openpgp: use nettle 4.0
Diffstat (limited to 'openpgp/src/crypto/aead.rs')
-rw-r--r--openpgp/src/crypto/aead.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/crypto/aead.rs b/openpgp/src/crypto/aead.rs
index 33227997..b791e2b4 100644
--- a/openpgp/src/crypto/aead.rs
+++ b/openpgp/src/crypto/aead.rs
@@ -758,7 +758,7 @@ mod tests {
#[test]
fn roundtrip() {
use std::io::Cursor;
- use nettle::Yarrow;
+ use nettle::{Random, Yarrow};
let mut rng = Yarrow::default();
for cipher in [SymmetricAlgorithm::AES128,