diff options
author | Werner Koch <wk@gnupg.org> | 2002-08-30 18:34:13 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2002-08-30 18:34:13 +0200 |
commit | 5dfd5a6dac4d1e5fa5857f68f79dfea7f77bf526 (patch) | |
tree | 63791e9a52eddbadff543c0bb6704e5e09b51cf7 /g10/pkclist.c | |
parent | * random.c: Automagically detect the entrop gatherer when (diff) | |
download | gnupg2-5dfd5a6dac4d1e5fa5857f68f79dfea7f77bf526.tar.xz gnupg2-5dfd5a6dac4d1e5fa5857f68f79dfea7f77bf526.zip |
* pkclist.c (do_we_trust_pre): Changed the wording of a warning.
* encode.c (encode_simple,encode_crypt): Use new style CTB for
compressssed packets when using MDC. We need to do this so that
concatenated messages are properly decrypted. Old style
compression assumes that it is the last packet; given that we
can't determine the length in advance, the uncompressor does not
know where to start. Actually we should use the new CTB always
but this would break PGP 2 compatibility.
* parse-packet.c (parse): Special treatment for new style CTB
compressed packets.
* build-packet.c (do_mdc): Removed. Was not used.
(do_encrypted_mdc): Count the version number and the MDC packet.
Diffstat (limited to 'g10/pkclist.c')
-rw-r--r-- | g10/pkclist.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/g10/pkclist.c b/g10/pkclist.c index 3790e38bf..684145fe5 100644 --- a/g10/pkclist.c +++ b/g10/pkclist.c @@ -510,9 +510,9 @@ do_we_trust_pre( PKT_public_key *pk, unsigned int trustlevel ) tty_printf("\n"); tty_printf(_( -"It is NOT certain that the key belongs to its owner.\n" -"If you *really* know what you are doing, you may answer\n" -"the next question with yes\n\n") ); +"It is NOT certain that the key belongs to the person named\n" +"in the user ID. If you *really* know what you are doing,\n" +"you may answer the next question with yes\n\n")); if( cpr_get_answer_is_yes("untrusted_key.override", _("Use this key anyway? ")) ) |