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
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue