x86_64 assembly pack: make it possible to compile with Perl located on
[openssl.git] / crypto / sha / asm / sha512-x86_64.pl
index e6b04fa361abdf799bc37fbf32eda4f971d196e6..ab9a0b472de4909357943eb1d6be13585e42e1fc 100755 (executable)
@@ -103,7 +103,7 @@ $avx=1 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
           `ml64 2>&1` =~ /Version ([0-9]+)\./ &&
           $1>=10);
 
-open STDOUT,"| $^X $xlate $flavour $output";
+open STDOUT,"| \"$^X\" $xlate $flavour $output";
 
 if ($output =~ /512/) {
        $func="sha512_block_data_order";