mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Remove unused arg from a function.
* g10/getkey.c (get_best_pubkey_byname): Remove unused arg 'no_akl'.
Change both callers.
Signed-off-by: Werner Koch <wk@gnupg.org>
(cherry picked from commit db67ccb759
)
This commit is contained in:
parent
0786ac7842
commit
11a9fe1c58
4 changed files with 5 additions and 5 deletions
|
@ -834,7 +834,7 @@ find_and_check_key (ctrl_t ctrl, const char *name, unsigned int use,
|
|||
if (from_file)
|
||||
rc = get_pubkey_fromfile (ctrl, pk, name);
|
||||
else
|
||||
rc = get_best_pubkey_byname (ctrl, NULL, pk, name, &keyblock, 0, 0);
|
||||
rc = get_best_pubkey_byname (ctrl, NULL, pk, name, &keyblock, 0);
|
||||
if (rc)
|
||||
{
|
||||
int code;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue