summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/keyiter.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/cert/keyiter.rs')
-rw-r--r--openpgp/src/cert/keyiter.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/src/cert/keyiter.rs b/openpgp/src/cert/keyiter.rs
index 8f6240eb..fd53e06b 100644
--- a/openpgp/src/cert/keyiter.rs
+++ b/openpgp/src/cert/keyiter.rs
@@ -12,9 +12,9 @@ use crate::{
cert::{
Cert,
components::{
- Amalgamation,
KeyBundle,
UnfilteredKeyBundleIter,
+ ValidAmalgamation,
},
KeyAmalgamation,
ValidKeyAmalgamation,
@@ -767,7 +767,7 @@ impl<'a, P: 'a + key::KeyParts> ValidKeyIter<'a, P>
/// # use openpgp::Result;
/// # use openpgp::cert::CertBuilder;
/// use openpgp::types::RevocationStatus;
- /// use openpgp::cert::components::Amalgamation;
+ /// use openpgp::cert::components::ValidAmalgamation;
/// use sequoia_openpgp::policy::StandardPolicy;
///
/// # fn main() { f().unwrap(); }