mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Mainly changes to the pipe handling under W32
This commit is contained in:
parent
41913b7f01
commit
bb1bab488f
9 changed files with 143 additions and 108 deletions
|
@ -562,8 +562,11 @@ sign_file( STRLIST filenames, int detached, STRLIST locusr,
|
|||
leave:
|
||||
if( rc )
|
||||
iobuf_cancel(out);
|
||||
else
|
||||
else {
|
||||
iobuf_close(out);
|
||||
if (encrypt)
|
||||
write_status( STATUS_END_ENCRYPTION );
|
||||
}
|
||||
iobuf_close(inp);
|
||||
md_close( mfx.md );
|
||||
release_sk_list( sk_list );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue