summaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-rw-r--r--tool/src/commands/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/src/commands/mod.rs b/tool/src/commands/mod.rs
index 7dd6869a..24ce3337 100644
--- a/tool/src/commands/mod.rs
+++ b/tool/src/commands/mod.rs
@@ -322,7 +322,7 @@ impl<'a> VerificationHelper for VHelper<'a> {
// Get all keys.
let seen: HashSet<_> = certs.iter()
.flat_map(|cert| {
- cert.keys().map(|key| key.fingerprint().into())
+ cert.keys().map(|ka| ka.key().fingerprint().into())
}).collect();
// Explicitly provided keys are trusted.