mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Changed the implementation of iobuf to avoid stdio calls.
This commit is contained in:
parent
0bd4fc7359
commit
88761d49bc
7 changed files with 325 additions and 49 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-03-07 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* getkey.c (finish_lookup): Print an info message only in verbose mode.
|
||||
|
||||
2001-03-05 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* packet.h: Replaced sigsubpkt_t value 101 by PRIV_VERIFY_CACHE.
|
||||
|
|
|
@ -2137,7 +2137,7 @@ finish_lookup( GETKEY_CTX ctx, KBNODE foundk )
|
|||
|
||||
ctx->found_key = latest_key;
|
||||
|
||||
if ( latest_key != keyblock ) {
|
||||
if (latest_key != keyblock && opt.verbose) {
|
||||
log_info(_("using secondary key %08lX "
|
||||
"instead of primary key %08lX\n"),
|
||||
(ulong)keyid_from_pk( latest_key->pkt->pkt.public_key, NULL),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue