aboutsummaryrefslogtreecommitdiffstats
path: root/g10/armor.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/armor.c')
-rw-r--r--g10/armor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/armor.c b/g10/armor.c
index 0aca33333..7c431e063 100644
--- a/g10/armor.c
+++ b/g10/armor.c
@@ -454,6 +454,7 @@ find_header( fhdr_state_t state, byte *buf, size_t *r_buflen,
/* found the begin line */
hdr_line = i;
state = fhdrWAITHeader;
+ *not_dashed = 0;
if( hdr_line == BEGIN_SIGNED_MSG_IDX )
clearsig = 1;
if( opt.verbose > 1 )