From 542c64110b3f25482b6b5f1fe74c3132f317ca49 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Mon, 20 Jan 2020 09:57:34 +0100 Subject: openpgp: Fix comment. --- tool/src/commands/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tool') diff --git a/tool/src/commands/mod.rs b/tool/src/commands/mod.rs index 0771b50e..01264cbb 100644 --- a/tool/src/commands/mod.rs +++ b/tool/src/commands/mod.rs @@ -322,8 +322,7 @@ impl<'a> VHelper<'a> { impl<'a> VerificationHelper for VHelper<'a> { fn get_public_keys(&mut self, ids: &[openpgp::KeyHandle]) -> Result> { let mut certs = self.certs.take().unwrap(); - // Get all keys. Even if a key is revoked or expired, we can - // still use it to verify a message. + // Get all keys. let seen: HashSet<_> = certs.iter() .flat_map(|cert| { cert.keys().map(|key| key.fingerprint().into()) -- cgit v1.2.3