x86_64 assembly pack: make Windows build more robust.
[openssl.git] / crypto / aes / asm / vpaes-x86_64.pl
index bca97fdcdf75d0512f082b752ea51b30c9c6eae1..6e41066344521efa4d1099c163b6733f3c7f10ea 100644 (file)
@@ -56,7 +56,8 @@ $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 OUT,"| \"$^X\" $xlate $flavour $output";
+*STDOUT=*OUT;
 
 $PREFIX="vpaes";