summaryrefslogtreecommitdiffstats
path: root/tool/src/commands/decrypt.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tool/src/commands/decrypt.rs')
-rw-r--r--tool/src/commands/decrypt.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/src/commands/decrypt.rs b/tool/src/commands/decrypt.rs
index c1955f48..9fc93f2a 100644
--- a/tool/src/commands/decrypt.rs
+++ b/tool/src/commands/decrypt.rs
@@ -3,7 +3,7 @@ use std::collections::HashMap;
use std::io;
use rpassword;
-extern crate openpgp;
+extern crate sequoia_openpgp as openpgp;
use sequoia_core::Context;
use openpgp::{Fingerprint, TPK, KeyID, SecretKey, Result};
use openpgp::packet::{Key, Signature, PKESK, SKESK};