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:
ef4b9f0
)
x86_64-gf2m.pl: add missing Windows build fix for #2963.
author
Andy Polyakov
<appro@openssl.org>
Fri, 1 Mar 2013 20:43:10 +0000
(21:43 +0100)
committer
Andy Polyakov
<appro@openssl.org>
Fri, 1 Mar 2013 20:58:08 +0000
(21:58 +0100)
PR: 3004
(cherry picked from commit
7c43601d4424575d589f028aed0d5a4ae337527f
)
crypto/bn/asm/x86_64-gf2m.pl
patch
|
blob
|
history
diff --git
a/crypto/bn/asm/x86_64-gf2m.pl
b/crypto/bn/asm/x86_64-gf2m.pl
index a30d4ef02958fc900504fc555f998b26dc67fb06..bbc66ed3cf2497928b3b569587673c96c7fc1e01 100644
(file)
--- a/
crypto/bn/asm/x86_64-gf2m.pl
+++ b/
crypto/bn/asm/x86_64-gf2m.pl
@@
-31,7
+31,8
@@
$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
die "can't locate x86_64-xlate.pl";
-open STDOUT,"| \"$^X\" $xlate $flavour $output";
+open OUT,"| \"$^X\" $xlate $flavour $output";
+STDOUT=*OUT;
($lo,$hi)=("%rax","%rdx"); $a=$lo;
($i0,$i1)=("%rsi","%rdi");