summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm/sparct4-mont.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bn/asm/sparct4-mont.pl')
-rwxr-xr-xcrypto/bn/asm/sparct4-mont.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/bn/asm/sparct4-mont.pl b/crypto/bn/asm/sparct4-mont.pl
index 8e981be2a5..76fffaf268 100755
--- a/crypto/bn/asm/sparct4-mont.pl
+++ b/crypto/bn/asm/sparct4-mont.pl
@@ -83,8 +83,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";
$code.=<<___;
#include "sparc_arch.h"