mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: Rename functions with an "fprint" part to "fpr"
-- The fprint is too uncommon in our code base and to similar to fprintf.
This commit is contained in:
parent
8624482160
commit
04ce6765f4
15 changed files with 104 additions and 110 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue