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)
This commit is contained in:
parent
bdb59d97a6
commit
3625f6c977
1 changed files with 1 additions and 1 deletions
|
@ -41,4 +41,4 @@ for ($i=1;$i<=$N;$i++) {
|
|||
}
|
||||
&asm_finish();
|
||||
|
||||
close OUTPUT;
|
||||
close STDOUT;
|
||||
|
|
Loading…
Reference in a new issue