mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Add readcert command.
fix reading large certificates.
This commit is contained in:
parent
bdbeb0ac2b
commit
5f8acaccc0
10 changed files with 232 additions and 67 deletions
|
@ -862,6 +862,9 @@ keyserver_search_prompt(IOBUF buffer,const char *searchstr)
|
|||
if(i!=count)
|
||||
validcount=0;
|
||||
|
||||
if (opt.with_colons && opt.batch)
|
||||
break;
|
||||
|
||||
for(;;)
|
||||
{
|
||||
if(show_prompt(desc,i,validcount?count:0,localstr))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue