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:
bdb59d9
)
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:08:33 +0000
(14:08 +0200)
Fixes #5656
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6079)
ms/uplink-x86.pl
patch
|
blob
|
history
diff --git
a/ms/uplink-x86.pl
b/ms/uplink-x86.pl
index 440bf7d5f6b95b8f5cf330a1bd078ee3b4999bc9..c298bdc0c3251fc4a9df3026a30a407e5427ac52 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;