1
0
Fork 0
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:
David Shaw 2003-11-10 01:30:12 +00:00
parent 9a69b07bd7
commit ebe6f4999f
2 changed files with 6 additions and 0 deletions

View file

@ -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 )