summaryrefslogtreecommitdiffstats
path: root/tool/src/commands/inspect.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-02-06 14:38:56 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-02-06 14:38:56 +0100
commita2c3613b726665919c8a19b4b11329c9155a6a5f (patch)
treec135a3d8a87b092d1ec1e70e42e30ada8625a3a6 /tool/src/commands/inspect.rs
parentd183e12a3231e4c505f5f2cf48b6c1f881ad258a (diff)
openpgp: Expose all component-related types in cert::components.
Diffstat (limited to 'tool/src/commands/inspect.rs')
-rw-r--r--tool/src/commands/inspect.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/src/commands/inspect.rs b/tool/src/commands/inspect.rs
index fedc792e..a70524e5 100644
--- a/tool/src/commands/inspect.rs
+++ b/tool/src/commands/inspect.rs
@@ -207,7 +207,7 @@ fn inspect_cert(policy: &dyn Policy,
fn inspect_key(policy: &dyn Policy,
output: &mut dyn io::Write,
indent: &str,
- ka: openpgp::cert::KeyAmalgamation<PublicParts>,
+ ka: openpgp::cert::components::KeyAmalgamation<PublicParts>,
print_keygrips: bool,
print_certifications: bool)
-> Result<()>