summaryrefslogtreecommitdiffstats
path: root/sqv/src
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-11-26 13:04:47 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-11-26 14:29:29 +0100
commitb24d1c5a099e2c741cf724816d49b8dd7977e049 (patch)
tree0288feb61d74b61acc39045a5e2b31551eb7b131 /sqv/src
parent33fd6f48682b15e140d479574ec3377610acb22d (diff)
openpgp: Implement From<Fingerprint> for KeyID.
- Remove Fingerprint::to_keyid, use From instead.
Diffstat (limited to 'sqv/src')
-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 193dc88c..71ffd912 100644
--- a/sqv/src/sqv.rs
+++ b/sqv/src/sqv.rs
@@ -108,7 +108,7 @@ fn real_main() -> Result<(), failure::Error> {
// XXX: We use a KeyID even though we have a
// fingerprint!
- sigs.push((sig, fp.to_keyid(), None));
+ sigs.push((sig, fp.into(), None));
} else if let Some(keyid) = sig.issuer() {
if trace {
eprintln!("Will check signature allegedly issued by {}.",