From f0f645c7a9b6926d0c542f4a4430d0fd47859b41 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 20 Jan 2020 13:01:33 +0100 Subject: openpgp: Rename ComponentAmalgamation::component_binding. --- tool/src/commands/inspect.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool') diff --git a/tool/src/commands/inspect.rs b/tool/src/commands/inspect.rs index 548e66ae..c20b1bfa 100644 --- a/tool/src/commands/inspect.rs +++ b/tool/src/commands/inspect.rs @@ -142,7 +142,7 @@ fn inspect_cert(output: &mut dyn io::Write, cert: &openpgp::Cert, writeln!(output, " Subkey: {}", ka.key().fingerprint())?; inspect_revocation(output, "", ka.revoked())?; inspect_key(output, "", ka.key(), ka.binding_signature(), - ka.component_binding().certifications(), + ka.binding().certifications(), print_keygrips, print_certifications)?; writeln!(output)?; } -- cgit v1.2.3