x86_64 assembly pack: make it possible to compile with Perl located on
[oweals/openssl.git] / crypto / aes / asm / bsaes-x86_64.pl
index c9c6312fa74a15ab9c3868dcc949dd4e9ff16133..f5f05c0e73f6c607c89d15bc2500e9ad986775a3 100644 (file)
@@ -105,7 +105,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";
 
 my ($inp,$out,$len,$key,$ivp)=("%rdi","%rsi","%rdx","%rcx");
 my @XMM=map("%xmm$_",(15,0..14));      # best on Atom, +10% over (0..15)