1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* encode.c (encode_crypt), g10.c (main), sign.c (sign_file,

clearsign_file): Use the same --pgpX warning string everywhere to ease
translations.

* encode.c (write_pubkey_enc_from_list): Warn when using --throw-keyid
with --pgpX.  Noted by Vedaal Nistar.
This commit is contained in:
David Shaw 2002-08-06 17:38:04 +00:00
parent f48650872e
commit 58b0a36d6b
4 changed files with 27 additions and 7 deletions

View file

@ -264,8 +264,8 @@ enum cmd_and_opt_values { aNull = 0,
oFastListMode,
oListOnly,
oIgnoreTimeConflict,
oIgnoreValidFrom,
oIgnoreCrcError,
oIgnoreValidFrom,
oIgnoreCrcError,
oShowSessionKey,
oOverrideSessionKey,
oNoRandomSeedFile,
@ -1598,7 +1598,8 @@ main( int argc, char **argv )
if(unusable)
{
log_info(_("this message may not be usable by PGP 2.x\n"));
log_info(_("this message may not be usable by %s\n"),
"PGP 2.x");
opt.pgp2=0;
}
else