From: Richard Levitte Date: Wed, 25 Apr 2018 11:01:39 +0000 (+0200) Subject: ms/uplink-x86.pl: close the file handle that was opened X-Git-Tag: OpenSSL_1_1_0i~152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a08116c0d6b53bc7c23e3929d48a03d03f60e2fb;p=openssl ms/uplink-x86.pl: close the file handle that was opened Fixes #5656 Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/6079) (cherry picked from commit 3625f6c977beccd7bb0d80a1a670c19f4338a27a) --- diff --git a/ms/uplink-x86.pl b/ms/uplink-x86.pl index e25668ea35..17484f63eb 100755 --- a/ms/uplink-x86.pl +++ b/ms/uplink-x86.pl @@ -41,4 +41,4 @@ for ($i=1;$i<=$N;$i++) { } &asm_finish(); -close OUTPUT; +close STDOUT;