summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm/x86_64-mont.pl
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2015-10-21 11:28:19 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2015-10-21 11:28:19 +0200
commitefee6f38c15c10f6f97ceb656f152a3997bebd0a (patch)
treedce6815e6b1e43d6b79f8134a24025e66c43e7f2 /crypto/bn/asm/x86_64-mont.pl
parent5d8e636679ec928ea0c5f423c6c2645e724bc239 (diff)
parente92deaf08eb0ca9787492b40a6bd66e6357bfae7 (diff)
downloadreplicant_openssl-efee6f38c15c10f6f97ceb656f152a3997bebd0a.zip
replicant_openssl-efee6f38c15c10f6f97ceb656f152a3997bebd0a.tar.gz
replicant_openssl-efee6f38c15c10f6f97ceb656f152a3997bebd0a.tar.bz2
Merge remote-tracking branch 'github/cm-11.0'
Diffstat (limited to 'crypto/bn/asm/x86_64-mont.pl')
-rwxr-xr-xcrypto/bn/asm/x86_64-mont.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/bn/asm/x86_64-mont.pl b/crypto/bn/asm/x86_64-mont.pl
index 5d79b35..17fb94c 100755
--- a/crypto/bn/asm/x86_64-mont.pl
+++ b/crypto/bn/asm/x86_64-mont.pl
@@ -40,7 +40,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;
# int bn_mul_mont(
$rp="%rdi"; # BN_ULONG *rp,