aboutsummaryrefslogtreecommitdiffstats
path: root/g10/tofu.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/tofu.c')
-rw-r--r--g10/tofu.c5
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)