1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +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

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