1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

See ChangeLog: Tue Sep 28 20:56:34 CEST 1999 Werner Koch

This commit is contained in:
Werner Koch 1999-09-28 19:00:49 +00:00
parent 9309940802
commit 88a7532f89
10 changed files with 53 additions and 13 deletions

View file

@ -177,6 +177,7 @@ encode_simple( const char *filename, int mode )
pt->timestamp = make_timestamp();
pt->mode = opt.textmode? 't' : 'b';
pt->len = filesize;
pt->new_ctb = !pt->len && !opt.rfc1991;
pt->buf = inp;
pkt.pkttype = PKT_PLAINTEXT;
pkt.pkt.plaintext = pt;