1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-09-23 15:21:42 +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

@ -1,3 +1,8 @@
2003-11-09 David Shaw <dshaw@jabberwocky.com>
* pkclist.c (build_pk_list): When adding recipients interactively,
allow the user to stop at any point.
2003-10-31 David Shaw <dshaw@jabberwocky.com> 2003-10-31 David Shaw <dshaw@jabberwocky.com>
* trustdb.h, trustdb.c (register_trusted_keyid): New. Adds a * trustdb.h, trustdb.c (register_trusted_keyid): New. Adds a

View File

@ -880,6 +880,7 @@ build_pk_list( STRLIST rcpts, PK_LIST *ret_pk_list, unsigned use )
char *answer=NULL; char *answer=NULL;
STRLIST backlog=NULL; STRLIST backlog=NULL;
any_recipients = 1;
def_rec = default_recipient(); def_rec = default_recipient();
have_def_rec = !!def_rec; have_def_rec = !!def_rec;
if( !have_def_rec ) if( !have_def_rec )