summaryrefslogtreecommitdiffstats
path: root/sqv
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2019-08-04 01:24:09 +0200
committerNeal H. Walfield <neal@pep.foundation>2019-08-23 19:15:13 +0200
commit102dea398e920e91b34e5602033c2e7e53c50bb1 (patch)
treef0238a659236ade71f72c1799876331c49e266a3 /sqv
parent75fb008711f0f80028230018ab37b988175211b4 (diff)
openpgp: Use a KeyBinding to store the primary key binding in a TPK
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 773f83ea..03495107 100644
--- a/sqv/src/sqv.rs
+++ b/sqv/src/sqv.rs
@@ -302,7 +302,7 @@ fn real_main() -> Result<(), failure::Error> {
continue;
}
- println!("{}", tpk.primary().fingerprint());
+ println!("{}", tpk.primary().key().fingerprint());
good += 1;
},
Ok(false) => {