Unify all assembler file generators
[openssl.git] / crypto / poly1305 / asm / poly1305-x86.pl
index e8cbe9fd535f0918122e7aa31c5d5519450d976f..9aa1bc1600e176f0a1a13d2f22aee2cad90bc034 100755 (executable)
@@ -47,8 +47,7 @@ $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
 push(@INC,"${dir}","${dir}../../perlasm");
 require "x86asm.pl";
 
-$output=pop;
-open STDOUT,">$output";
+$output=pop and open STDOUT,">$output";
 
 &asm_init($ARGV[0],$ARGV[$#ARGV] eq "386");