projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd749e2
)
ms/uplink-x86.pl: close the file handle that was opened
author
Richard Levitte
<levitte@openssl.org>
Wed, 25 Apr 2018 11:01:39 +0000
(13:01 +0200)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/ms/uplink-x86.pl
b/ms/uplink-x86.pl
index e25668ea35d1c8a0a123aea1b6f81185e9c3b175..17484f63eb25fdef03ff0b1fd8f0694d2983d46c 100755
(executable)
--- a/
ms/uplink-x86.pl
+++ b/
ms/uplink-x86.pl
@@
-41,4
+41,4
@@
for ($i=1;$i<=$N;$i++) {
}
&asm_finish();
-close
OUTP
UT;
+close
STDO
UT;