]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/aes/asm/aesni-x86_64.pl
x86_64 assembly pack: tolerate spaces in source directory name.
[thirdparty/openssl.git] / crypto / aes / asm / aesni-x86_64.pl
index 7b68d5b859f2a48cd1ab0486c27566bd6dc4df9f..a03da20a5aba71dc83c7fc6ff0efc10b1ecd0b33 100644 (file)
@@ -200,7 +200,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;
 
 $movkey = $PREFIX eq "aesni" ? "movups" : "movups";