summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm/vis3-mont.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bn/asm/vis3-mont.pl')
-rw-r--r--crypto/bn/asm/vis3-mont.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/bn/asm/vis3-mont.pl b/crypto/bn/asm/vis3-mont.pl
index 9e8f498f97..53f9920efe 100644
--- a/crypto/bn/asm/vis3-mont.pl
+++ b/crypto/bn/asm/vis3-mont.pl
@@ -25,8 +25,7 @@
# for reference purposes, because T4 has dedicated Montgomery
# multiplication and squaring *instructions* that deliver even more.
-$output = pop;
-open STDOUT,">$output";
+$output = pop and open STDOUT,">$output";
$frame = "STACK_FRAME";
$bias = "STACK_BIAS";