X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbn%2Fasm%2Fbn-586.pl;h=3f34abef9e38c0d52632b86037f24bfe7e15ead5;hp=332ef3e91d621d7f9f4bb20952795c4c04c0acd2;hb=6bd7a4d96c47068c63cbd2ca93f501816dc453c1;hpb=8a67946e5bf1cd0fe0020e0f28cbf84642ec4132 diff --git a/crypto/bn/asm/bn-586.pl b/crypto/bn/asm/bn-586.pl index 332ef3e91d..3f34abef9e 100644 --- a/crypto/bn/asm/bn-586.pl +++ b/crypto/bn/asm/bn-586.pl @@ -4,6 +4,9 @@ $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1; push(@INC,"${dir}","${dir}../../perlasm"); require "x86asm.pl"; +$output = pop; +open STDOUT,">$output"; + &asm_init($ARGV[0],$0); $sse2=0; @@ -21,6 +24,8 @@ for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); } &asm_finish(); +close STDOUT; + sub bn_mul_add_words { local($name)=@_; @@ -771,4 +776,3 @@ sub bn_sub_part_words &function_end($name); } -