diff options
Diffstat (limited to '')
-rw-r--r-- | g10/sign.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/sign.c b/g10/sign.c index c08b98a63..92342eaea 100644 --- a/g10/sign.c +++ b/g10/sign.c @@ -974,8 +974,8 @@ clearsign_file( const char *fname, STRLIST locusr, const char *outfile ) } if ( DBG_HASHING ) md_start_debug( textmd, "clearsign" ); - copy_clearsig_text( out, inp, textmd, - !opt.not_dash_escaped, opt.escape_from, old_style ); + copy_clearsig_text( out, inp, textmd, !opt.not_dash_escaped, + opt.escape_from, (old_style && only_md5) ); /* fixme: check for read errors */ /* now write the armor */ |