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
|
@ -510,7 +510,7 @@ enum_secret_keys (ctrl_t ctrl, void **context, PKT_public_key *sk)
|
|||
if (opt.debug)
|
||||
log_debug ("using LDAP to find public key"
|
||||
" for current card\n");
|
||||
if (!keyserver_import_fprint
|
||||
if (!keyserver_import_fpr
|
||||
(ctrl, cinfo.fpr2, cinfo.fpr2len, opt.keyserver,
|
||||
KEYSERVER_IMPORT_FLAG_LDAP))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue