aboutsummaryrefslogtreecommitdiffstats
path: root/g10
diff options
context:
space:
mode:
Diffstat (limited to 'g10')
-rw-r--r--g10/ChangeLog4
-rw-r--r--g10/keygen.c4
-rw-r--r--g10/mainproc.c2
3 files changed, 8 insertions, 2 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index a4841c473..2e682f353 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,3 +1,7 @@
+Sun Mar 14 19:34:36 CET 1999 Werner Koch <[email protected]>
+
+ * keygen.c (do_create): Changed wording of the note (Hugh Daniel)
+
Thu Mar 11 16:39:46 CET 1999 Werner Koch <[email protected]>
* tdbdump.c: New
diff --git a/g10/keygen.c b/g10/keygen.c
index 143ec9837..7fcd86453 100644
--- a/g10/keygen.c
+++ b/g10/keygen.c
@@ -761,8 +761,8 @@ do_create( int algo, unsigned nbits, KBNODE pub_root, KBNODE sec_root,
tty_printf(_(
"We need to generate a lot of random bytes. It is a good idea to perform\n"
-"some other action (work in another window, move the mouse, utilize the\n"
-"network and the disks) during the prime generation; this gives the random\n"
+"some other action (type on the keyboard, move the mouse, utilize the\n"
+"the disks) during the prime generation; this gives the random\n"
"number generator a better chance to gain enough entropy.\n") );
if( algo == PUBKEY_ALGO_ELGAMAL || algo == PUBKEY_ALGO_ELGAMAL_E )
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) ) {