diff options
author | Werner Koch <[email protected]> | 1999-03-14 18:35:18 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-03-14 18:35:18 +0000 |
commit | dafcce01774db76548b77aad27e61a57d57e8817 (patch) | |
tree | ed14b49dd799f8a5a6b6fc032f21597a942cd6fc /g10/mainproc.c | |
parent | See ChangeLog: Thu Mar 11 16:39:46 CET 1999 Werner Koch (diff) | |
download | gnupg-dafcce01774db76548b77aad27e61a57d57e8817.tar.gz gnupg-dafcce01774db76548b77aad27e61a57d57e8817.zip |
See ChangeLog: Sun Mar 14 19:34:36 CET 1999 Werner Koch
Diffstat (limited to 'g10/mainproc.c')
-rw-r--r-- | g10/mainproc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/mainproc.c b/g10/mainproc.c index 8ef802b63..c41e72352 100644 --- a/g10/mainproc.c +++ b/g10/mainproc.c @@ -180,6 +180,8 @@ proc_pubkey_enc( CTX c, PACKET *pkt ) /*printf("enc: encrypted by a pubkey with keyid %08lX\n", enc->keyid[1] );*/ /* Hmmm: why do I have this algo check here - anyway there is * function to check it. */ + if( opt.verbose ) + log_info(_("public key is %08lX\n"), (ulong)enc->keyid[1] ); if( is_ELGAMAL(enc->pubkey_algo) || enc->pubkey_algo == PUBKEY_ALGO_DSA || is_RSA(enc->pubkey_algo) ) { |