1
0
Fork 0
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:
Werner Koch 2001-03-07 20:03:45 +00:00
parent 0bd4fc7359
commit 88761d49bc
7 changed files with 325 additions and 49 deletions

View file

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

View file

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