diff options
author | Werner Koch <wk@gnupg.org> | 2024-06-04 15:25:51 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2024-06-04 15:27:41 +0200 |
commit | 04ce6765f4a86e865a456a6c982b8e4610e1c1ec (patch) | |
tree | 8cf05cefae3fb4f7bb1744ab1846b8df3b8255d6 /g10/skclist.c | |
parent | common:w32: Fix INEXTRA handling. (diff) | |
download | gnupg2-04ce6765f4a86e865a456a6c982b8e4610e1c1ec.tar.xz gnupg2-04ce6765f4a86e865a456a6c982b8e4610e1c1ec.zip |
gpg: Rename functions with an "fprint" part to "fpr"
--
The fprint is too uncommon in our code base and to similar to fprintf.
Diffstat (limited to 'g10/skclist.c')
-rw-r--r-- | g10/skclist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/skclist.c b/g10/skclist.c index f9647cc1d..fe77aaede 100644 --- a/g10/skclist.c +++ b/g10/skclist.c @@ -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)) { |