mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Pass CTRL also to getkey_end.
* g10/getkey.c (getkey_end): Add arg CTRL. Change all callers. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
3a10de3bfd
commit
aca5f494a8
4 changed files with 23 additions and 23 deletions
|
@ -2155,7 +2155,7 @@ export_ssh_key (ctrl_t ctrl, const char *userid)
|
|||
else if (gpg_err_code (err) == GPG_ERR_NO_PUBKEY)
|
||||
err = 0;
|
||||
}
|
||||
getkey_end (getkeyctx);
|
||||
getkey_end (ctrl, getkeyctx);
|
||||
}
|
||||
if (err)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue