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
|
@ -699,7 +699,7 @@ current_card_status (ctrl_t ctrl, estream_t fp,
|
|||
/* If the fingerprint is all 0xff, the key has no associated
|
||||
OpenPGP certificate. */
|
||||
if ( thefpr && !fpr_is_ff (thefpr, thefprlen)
|
||||
&& !get_pubkey_byfprint (ctrl, pk, &keyblock, thefpr, thefprlen))
|
||||
&& !get_pubkey_byfpr (ctrl, pk, &keyblock, thefpr, thefprlen))
|
||||
{
|
||||
print_key_info (ctrl, fp, 0, pk, 0);
|
||||
print_card_key_info (fp, keyblock);
|
||||
|
@ -917,8 +917,8 @@ fetch_url (ctrl_t ctrl)
|
|||
}
|
||||
else if (info.fpr1len)
|
||||
{
|
||||
rc = keyserver_import_fprint (ctrl, info.fpr1, info.fpr1len,
|
||||
opt.keyserver, 0);
|
||||
rc = keyserver_import_fpr (ctrl, info.fpr1, info.fpr1len,
|
||||
opt.keyserver, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue