summaryrefslogtreecommitdiffstats
path: root/sqv/src/sqv.rs
diff options
context:
space:
mode:
Diffstat (limited to 'sqv/src/sqv.rs')
-rw-r--r--sqv/src/sqv.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/sqv/src/sqv.rs b/sqv/src/sqv.rs
index 232c8994..95f90721 100644
--- a/sqv/src/sqv.rs
+++ b/sqv/src/sqv.rs
@@ -15,7 +15,6 @@ extern crate sequoia_openpgp as openpgp;
use crate::openpgp::{
Cert,
- cert::components::Amalgamation,
KeyHandle,
Result,
parse::Parse,
@@ -28,7 +27,7 @@ use crate::openpgp::parse::stream::{
GoodChecksum,
VerificationError,
};
-use crate::openpgp::cert::CertParser;
+use crate::openpgp::cert::prelude::*;
use crate::openpgp::policy::StandardPolicy as P;
mod sqv_cli;