mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Sat Jan 9 16:02:23 CET 1999 Werner Koch
This commit is contained in:
parent
7d0efec7cf
commit
002b1a8632
35 changed files with 829 additions and 521 deletions
|
@ -264,7 +264,6 @@ free_encrypted( PKT_encrypted *ed )
|
|||
if( iobuf_in_block_mode(ed->buf) ) {
|
||||
while( iobuf_get(ed->buf) != -1 )
|
||||
;
|
||||
iobuf_set_block_mode(ed->buf, 0);
|
||||
}
|
||||
else {
|
||||
for( ; ed->len; ed->len-- ) /* skip the packet */
|
||||
|
@ -282,7 +281,6 @@ free_plaintext( PKT_plaintext *pt )
|
|||
if( iobuf_in_block_mode(pt->buf) ) {
|
||||
while( iobuf_get(pt->buf) != -1 )
|
||||
;
|
||||
iobuf_set_block_mode(pt->buf, 0);
|
||||
}
|
||||
else {
|
||||
for( ; pt->len; pt->len-- ) /* skip the packet */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue