X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=crypto%2Fwhrlpool%2Fasm%2Fwp-x86_64.pl;h=c0b21d13ed492c41ec4e5474220aa36fe7808d72;hb=cfe1d9929ee7d58e9e290d20b14b309b327d8a8f;hp=a52f0b9f355f4325bfc58cc3c8468752d24c4ee3;hpb=97855556161155d87635787aca341a6a86b2f9e4;p=thirdparty%2Fopenssl.git diff --git a/crypto/whrlpool/asm/wp-x86_64.pl b/crypto/whrlpool/asm/wp-x86_64.pl index a52f0b9f35..c0b21d13ed 100644 --- a/crypto/whrlpool/asm/wp-x86_64.pl +++ b/crypto/whrlpool/asm/wp-x86_64.pl @@ -48,7 +48,7 @@ $0 =~ m/(.*[\/\\])[^\/\\]+$/; my $dir=$1; my $xlate; ( $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"; +open OUT,"| \"$^X\" \"$xlate\" $flavour \"$output\""; *STDOUT=*OUT; sub L() { $code.=".byte ".join(',',@_)."\n"; }