summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/keygrip.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/crypto/keygrip.rs')
-rw-r--r--openpgp/src/crypto/keygrip.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/crypto/keygrip.rs b/openpgp/src/crypto/keygrip.rs
index 50a2448c..3d1a84bd 100644
--- a/openpgp/src/crypto/keygrip.rs
+++ b/openpgp/src/crypto/keygrip.rs
@@ -340,7 +340,7 @@ mod tests {
.iter().map(|n| (n, ::TPK::from_file(path_to(n)).unwrap()))
{
eprintln!("{}", name);
- for key in tpk.keys() {
+ for key in tpk.keys_all() {
let fp = key.2.fingerprint();
eprintln!("(sub)key: {}", fp);
assert_eq!(&key.2.mpis().keygrip().unwrap(),