mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* pkclist.c (build_pk_list): When adding recipients interactively, allow
the user to stop at any point.
This commit is contained in:
parent
9a69b07bd7
commit
ebe6f4999f
2 changed files with 6 additions and 0 deletions
|
@ -880,6 +880,7 @@ build_pk_list( STRLIST rcpts, PK_LIST *ret_pk_list, unsigned use )
|
|||
char *answer=NULL;
|
||||
STRLIST backlog=NULL;
|
||||
|
||||
any_recipients = 1;
|
||||
def_rec = default_recipient();
|
||||
have_def_rec = !!def_rec;
|
||||
if( !have_def_rec )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue