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:
Richard Levitte 2018-04-25 13:01:39 +02:00
parent bdb59d97a6
commit 3625f6c977

View file

@ -41,4 +41,4 @@ for ($i=1;$i<=$N;$i++) {
}
&asm_finish();
close OUTPUT;
close STDOUT;