]> granicus.if.org Git - openssl/commitdiff
ms/uplink-x86.pl: close the file handle that was opened
authorRichard Levitte <levitte@openssl.org>
Wed, 25 Apr 2018 11:01:39 +0000 (13:01 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 25 Apr 2018 12:09:38 +0000 (14:09 +0200)
Fixes #5656

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6079)

(cherry picked from commit 3625f6c977beccd7bb0d80a1a670c19f4338a27a)

ms/uplink-x86.pl

index e25668ea35d1c8a0a123aea1b6f81185e9c3b175..17484f63eb25fdef03ff0b1fd8f0694d2983d46c 100755 (executable)
@@ -41,4 +41,4 @@ for ($i=1;$i<=$N;$i++) {
 }
 &asm_finish();
 
-close OUTPUT;
+close STDOUT;