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:
parent
9309940802
commit
88a7532f89
10 changed files with 53 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue