diff options
Diffstat (limited to 'g10/sign.c')
-rw-r--r-- | g10/sign.c | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/g10/sign.c b/g10/sign.c index d1860b438..83ab54dfa 100644 --- a/g10/sign.c +++ b/g10/sign.c @@ -561,9 +561,10 @@ sign_file( STRLIST filenames, int detached, STRLIST locusr, if(!old_style && opt.pgp2) { - log_info(_("You can only sign with PGP 2.x style keys " - "while in --pgp2 mode\n")); - log_info(_("This message will not be usable by PGP 2.x\n")); + log_info(_("you can only sign with PGP 2.x style keys " + "while in --pgp2 mode\n")); + log_info(_("this message will not be usable by PGP 2.x\n")); + opt.pgp2=0; } if( encryptflag ) { @@ -738,9 +739,10 @@ clearsign_file( const char *fname, STRLIST locusr, const char *outfile ) if(!old_style && opt.pgp2) { - log_info(_("You can only clearsign with PGP 2.x style keys " + log_info(_("you can only clearsign with PGP 2.x style keys " "while in --pgp2 mode\n")); - log_info(_("This message will not be usable by PGP 2.x\n")); + log_info(_("this message will not be usable by PGP 2.x\n")); + opt.pgp2=0; } /* prepare iobufs */ |