chunk 6 of CMP contribution to OpenSSL
[openssl.git] / crypto / x86cpuid.pl
index f15d55723b8213f49c79fdd27f3e3c2cb13582ea..bf8020d2afc82b2c504b527e6146a5e9836b33b7 100644 (file)
@@ -10,9 +10,7 @@ $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
 push(@INC, "${dir}perlasm", "perlasm");
 require "x86asm.pl";
 
-$output = pop;
-open OUT,">$output";
-*STDOUT=*OUT;
+$output = pop and open STDOUT,">$output";
 
 &asm_init($ARGV[0]);