Codebase list openssl / 3625f6c
ms/uplink-x86.pl: close the file handle that was opened Fixes #5656 Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6079) Richard Levitte 6 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
4040 }
4141 &asm_finish();
4242
43 close OUTPUT;
43 close STDOUT;