aboutsummaryrefslogtreecommitdiffstats
path: root/g10/trustdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/trustdb.c')
-rw-r--r--g10/trustdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/trustdb.c b/g10/trustdb.c
index 88b94389f..12e480707 100644
--- a/g10/trustdb.c
+++ b/g10/trustdb.c
@@ -112,7 +112,7 @@ keyid_from_fpr20 (ctrl_t ctrl, const byte *fpr, u32 *keyid)
int rc;
memset (&pk, 0, sizeof pk);
- rc = get_pubkey_byfprint (ctrl, &pk, NULL, fpr, fprlen);
+ rc = get_pubkey_byfpr (ctrl, &pk, NULL, fpr, fprlen);
if (rc)
{
log_printhex (fpr, fprlen,