diff options
Diffstat (limited to 'g10/tofu.c')
-rw-r--r-- | g10/tofu.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/g10/tofu.c b/g10/tofu.c index fff911293..a4ef1a184 100644 --- a/g10/tofu.c +++ b/g10/tofu.c @@ -2493,9 +2493,8 @@ get_policy (ctrl_t ctrl, tofu_dbs_t dbs, PKT_public_key *pk, int lookup_err; kbnode_t kb; - lookup_err = get_pubkey_byfprint (ctrl, NULL, &kb, - fingerprint_raw, - fingerprint_raw_len); + lookup_err = get_pubkey_byfpr (ctrl, NULL, &kb, + fingerprint_raw, fingerprint_raw_len); if (lookup_err) { if (DBG_TRUST) |