diff options
Diffstat (limited to 'g10/sign.c')
-rw-r--r-- | g10/sign.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/sign.c b/g10/sign.c index 79a5f3b8a..081bd99b0 100644 --- a/g10/sign.c +++ b/g10/sign.c @@ -601,6 +601,7 @@ write_plaintext_packet (IOBUF out, IOBUF inp, const char *fname, int ptmode) if (!opt.no_literal) { PACKET pkt; + /* Note that PT has been initialized above in no_literal mode. */ pt->timestamp = make_timestamp (); pt->mode = ptmode; pt->len = filesize; |