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)

(cherry picked from commit 3625f6c977beccd7bb0d80a1a670c19f4338a27a)
This commit is contained in:
Richard Levitte 2018-04-25 13:01:39 +02:00
parent fd749e2a0f
commit a08116c0d6

View File

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