1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* g10.c. options.h : New option --show-keyring

* getkey.c (get_ctx_handle): New.
* keylist.c (list_one): Implement option here.  By David Champion.
This commit is contained in:
Werner Koch 2001-12-21 20:08:51 +00:00
parent b8f83e2be8
commit ca1bc23ef2
7 changed files with 35 additions and 3 deletions

View file

@ -217,11 +217,11 @@ add_signature( CTX c, PACKET *pkt )
if( pkt->pkttype == PKT_SIGNATURE && !c->list ) {
/* This is the first signature for the following datafile.
* G10 does not write such packets; instead it always uses
* GPG does not write such packets; instead it always uses
* onepass-sig packets. The drawback of PGP's method
* of prepending the signature to the data is
* that it is not possible to make a signature from data read
* from stdin. (G10 is able to read PGP stuff anyway.) */
* from stdin. (GPG is able to read PGP stuff anyway.) */
node = new_kbnode( pkt );
c->list = node;
return 1;