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:
b700bc5
)
crypto/ec/asm/x25519-x86_64.pl: close STDOUT, not $STDOUT
author
Richard Levitte
<levitte@openssl.org>
Tue, 27 Feb 2018 20:02:31 +0000
(21:02 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 27 Feb 2018 20:17:57 +0000
(21:17 +0100)
Fixes #5471
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5472)
crypto/ec/asm/x25519-x86_64.pl
patch
|
blob
|
history
diff --git
a/crypto/ec/asm/x25519-x86_64.pl
b/crypto/ec/asm/x25519-x86_64.pl
index 68a7771a9231186f92a240b0019884724c07b3c8..9a5693965efcf1809c26bd867081cdb4640d5697 100755
(executable)
--- a/
crypto/ec/asm/x25519-x86_64.pl
+++ b/
crypto/ec/asm/x25519-x86_64.pl
@@
-815,4
+815,4
@@
___
$code =~ s/\`([^\`]*)\`/eval $1/gem;
print $code;
-close
$
STDOUT;
+close STDOUT;