summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm/co-586.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bn/asm/co-586.pl')
-rw-r--r--crypto/bn/asm/co-586.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/bn/asm/co-586.pl b/crypto/bn/asm/co-586.pl
index a0f5a46979..d9263094b4 100644
--- a/crypto/bn/asm/co-586.pl
+++ b/crypto/bn/asm/co-586.pl
@@ -10,8 +10,7 @@ $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
push(@INC,"${dir}","${dir}../../perlasm");
require "x86asm.pl";
-$output = pop;
-open STDOUT,">$output";
+$output = pop and open STDOUT,">$output";
&asm_init($ARGV[0]);