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
|
@ -129,8 +129,8 @@ show_revocation_reason (ctrl_t ctrl, PKT_public_key *pk, int mode)
|
|||
int rc;
|
||||
|
||||
/* get the keyblock */
|
||||
fingerprint_from_pk( pk, fingerprint, &fingerlen );
|
||||
rc = get_pubkey_byfprint (ctrl, NULL, &keyblock, fingerprint, fingerlen);
|
||||
fingerprint_from_pk (pk, fingerprint, &fingerlen);
|
||||
rc = get_pubkey_byfpr (ctrl, NULL, &keyblock, fingerprint, fingerlen);
|
||||
if( rc ) { /* that should never happen */
|
||||
log_debug( "failed to get the keyblock\n");
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue