From 04ce6765f4a86e865a456a6c982b8e4610e1c1ec Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 4 Jun 2024 15:25:51 +0200 Subject: gpg: Rename functions with an "fprint" part to "fpr" -- The fprint is too uncommon in our code base and to similar to fprintf. --- g10/mainproc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'g10/mainproc.c') diff --git a/g10/mainproc.c b/g10/mainproc.c index 91ababbb6..0fd32aead 100644 --- a/g10/mainproc.c +++ b/g10/mainproc.c @@ -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, -- cgit v1.2.3