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:
parent
0bd4fc7359
commit
88761d49bc
7 changed files with 325 additions and 49 deletions
|
@ -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