summaryrefslogtreecommitdiffstats
path: root/sqv
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-04-06 16:34:32 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-04-06 16:58:55 +0200
commit74e99d43769396d32820fa9c233ed7c541b13820 (patch)
tree31167e3132130980efeb66d755b357378dba21f3 /sqv
parent3ff9e05ed8bf568aa2629a92c7433264f7d332e9 (diff)
openpgp: Rename VerificationHelper::get_public_keys to get_certs.
Diffstat (limited to 'sqv')
-rw-r--r--sqv/src/sqv.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqv/src/sqv.rs b/sqv/src/sqv.rs
index 886bcd43..ce2fbdaa 100644
--- a/sqv/src/sqv.rs
+++ b/sqv/src/sqv.rs
@@ -71,7 +71,7 @@ impl<'a> VHelper<'a> {
}
impl<'a> VerificationHelper for VHelper<'a> {
- fn get_public_keys(&mut self, ids: &[crate::KeyHandle]) -> Result<Vec<Cert>> {
+ fn get_certs(&mut self, ids: &[crate::KeyHandle]) -> Result<Vec<Cert>> {
let mut certs = Vec::with_capacity(ids.len());
// Load relevant keys from the keyring.