summaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-01-24 18:08:41 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-01-24 19:12:37 +0100
commitdc0769bc1e04347365593c7a50fbf8770446e7b5 (patch)
treed9daf7c266f7442db5589ffa02843f9b3134a75e /tool
parent4b6a547f606ded1a778e9d2646176cad4a57fb7f (diff)
openpgp: Impl Amalgamation for ValidKeyAmalgamation.
Diffstat (limited to 'tool')
-rw-r--r--tool/src/commands/inspect.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/src/commands/inspect.rs b/tool/src/commands/inspect.rs
index 23acc084..7e857273 100644
--- a/tool/src/commands/inspect.rs
+++ b/tool/src/commands/inspect.rs
@@ -4,6 +4,7 @@ use clap;
extern crate sequoia_openpgp as openpgp;
use crate::openpgp::{Packet, Result};
+use crate::openpgp::cert::components::Amalgamation;
use openpgp::packet::key::PublicParts;
use crate::openpgp::parse::{Parse, PacketParserResult};