Unify all assembler file generators
[openssl.git] / crypto / chacha / asm / chacha-c64xplus.pl
index d81d8ce775964ed2c82789698c9cd453a0d9ff85..dfa89229b0504633d8d181dce211c26218a0564d 100755 (executable)
@@ -24,8 +24,7 @@
 # dependent on input length. This module on the other hand is free
 # from such limitation.
 
-$output=pop;
-open STDOUT,">$output";
+$output=pop and open STDOUT,">$output";
 
 ($OUT,$INP,$LEN,$KEYB,$COUNTERA)=("A4","B4","A6","B6","A8");
 ($KEYA,$COUNTERB,$STEP)=("A7","B7","A3");