]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/whrlpool/asm/wp-x86_64.pl
x86_64 assembly pack: tolerate spaces in source directory name.
[thirdparty/openssl.git] / crypto / whrlpool / asm / wp-x86_64.pl
index a52f0b9f355f4325bfc58cc3c8468752d24c4ee3..c0b21d13ed492c41ec4e5474220aa36fe7808d72 100644 (file)
@@ -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"; }