Commit a08116c0 authored by Richard Levitte's avatar Richard Levitte
Browse files

ms/uplink-x86.pl: close the file handle that was opened



Fixes #5656

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

(cherry picked from commit 3625f6c9)
parent fd749e2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,4 +41,4 @@ for ($i=1;$i<=$N;$i++) {
}
&asm_finish();

close OUTPUT;
close STDOUT;