summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2012-10-13 21:23:38 +0000
committerDamien Miller <djm@cvs.openbsd.org>2012-10-13 21:23:38 +0000
commit4f3e5ee30cc34b23ad86a7a84ace153a52ccab24 (patch)
tree8e452cb2525fc894c0583962f1ebc0eec28d5c01
parent154142f236814a3d6b642b5e34f82992ce9fea37 (diff)
import OpenSSL-1.0.1c
-rw-r--r--lib/libssl/src/crypto/bn/asm/x86_64-gf2m.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libssl/src/crypto/bn/asm/x86_64-gf2m.pl b/lib/libssl/src/crypto/bn/asm/x86_64-gf2m.pl
index 226c66c35e3..1658acbbddd 100644
--- a/lib/libssl/src/crypto/bn/asm/x86_64-gf2m.pl
+++ b/lib/libssl/src/crypto/bn/asm/x86_64-gf2m.pl
@@ -31,8 +31,7 @@ $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
die "can't locate x86_64-xlate.pl";
-open OUT,"| \"$^X\" $xlate $flavour $output";
-*STDOUT=*OUT;
+open STDOUT,"| $^X $xlate $flavour $output";
($lo,$hi)=("%rax","%rdx"); $a=$lo;
($i0,$i1)=("%rsi","%rdi");