summaryrefslogtreecommitdiffstats
path: root/g10/sign.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/sign.c')
-rw-r--r--g10/sign.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/sign.c b/g10/sign.c
index 63b7c8248..349b2f34d 100644
--- a/g10/sign.c
+++ b/g10/sign.c
@@ -220,6 +220,9 @@ sign_file( STRLIST filenames, int detached, STRLIST locusr,
if( !multifile )
iobuf_push_filter( inp, md_filter, &mfx );
+ if( detached && !encrypt && !opt.rfc1991 )
+ afx.what = 2;
+
if( opt.armor && !outfile )
iobuf_push_filter( out, armor_filter, &afx );
else {