x86_64 assembly pack: make it possible to compile with Perl located on
[oweals/openssl.git] / crypto / aes / asm / aesni-x86_64.pl
index 07252efca4136d3dcc1b794b4979657e8f736a7a..56199eb240e2c2bbc726f5175b6d6e172a9b426b 100644 (file)
@@ -179,7 +179,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 STDOUT,"| $^X $xlate $flavour $output";
+open STDOUT,"| \"$^X\" $xlate $flavour $output";
 
 $movkey = $PREFIX eq "aesni" ? "movups" : "movups";
 @_4args=$win64?        ("%rcx","%rdx","%r8", "%r9") :  # Win64 order