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
|
@ -2192,8 +2192,8 @@ check_sig_and_print (CTX c, kbnode_t node)
|
|||
free_public_key (pk);
|
||||
pk = NULL;
|
||||
glo_ctrl.in_auto_key_retrieve++;
|
||||
res = keyserver_import_fprint (c->ctrl, p, n, opt.keyserver,
|
||||
KEYSERVER_IMPORT_FLAG_QUICK);
|
||||
res = keyserver_import_fpr (c->ctrl, p, n, opt.keyserver,
|
||||
KEYSERVER_IMPORT_FLAG_QUICK);
|
||||
glo_ctrl.in_auto_key_retrieve--;
|
||||
if (!res)
|
||||
rc = do_check_sig (c, node, extrahash, extrahashlen, NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue