]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/camellia/asm/cmll-x86_64.pl
x86_64 assembly pack: tolerate spaces in source directory name.
[thirdparty/openssl.git] / crypto / camellia / asm / cmll-x86_64.pl
index 86ea9e77549ceeec649d901416ff362aa8e249c8..da5ad7b7e0e7d3fc6a39c4dd90192f8d5a455d8b 100644 (file)
@@ -47,7 +47,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";
+open OUT,"| \"$^X\" \"$xlate\" $flavour \"$output\"";
 *STDOUT=*OUT;
 
 sub hi() { my $r=shift; $r =~ s/%[er]([a-d])x/%\1h/;    $r; }