Unify all assembler file generators
[openssl.git] / crypto / aes / asm / aes-586.pl
index 514a0673c454041f0069d128be67d0853b37f5e9..1fe8245f3986a20421e5a8347c7432d2ecd59bc9 100755 (executable)
@@ -198,9 +198,7 @@ $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
 push(@INC,"${dir}","${dir}../../perlasm");
 require "x86asm.pl";
 
-$output = pop;
-open OUT,">$output";
-*STDOUT=*OUT;
+$output = pop and open STDOUT,">$output";
 
 &asm_init($ARGV[0],$x86only = $ARGV[$#ARGV] eq "386");
 &static_label("AES_Te");