Unify all assembler file generators
[openssl.git] / crypto / camellia / asm / cmllt4-sparcv9.pl
index 3b2a7050f5b18a8fa1f829d03aae52ea27980e91..0b3448ee58aa7cc1747a6e161defa221c6acf471 100644 (file)
@@ -53,8 +53,7 @@ $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
 push(@INC,"${dir}","${dir}../../perlasm");
 require "sparcv9_modes.pl";
 
-$output = pop;
-open STDOUT,">$output";
+$output = pop and open STDOUT,">$output";
 
 $::evp=1;      # if $evp is set to 0, script generates module with
 # Camellia_[en|de]crypt, Camellia_set_key and Camellia_cbc_encrypt