Skip to content

Commit

Permalink
x86_64-gf2m.pl: fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Polyakov committed Mar 1, 2013
1 parent 7c43601 commit 342dbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/bn/asm/x86_64-gf2m.pl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
die "can't locate x86_64-xlate.pl";

open OUT,"| \"$^X\" $xlate $flavour $output";
STDOUT=*OUT;
*STDOUT=*OUT;

($lo,$hi)=("%rax","%rdx"); $a=$lo;
($i0,$i1)=("%rsi","%rdi");
Expand Down

0 comments on commit 342dbbb

Please sign in to comment.