summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm/mips-mont.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bn/asm/mips-mont.pl')
-rw-r--r--crypto/bn/asm/mips-mont.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/asm/mips-mont.pl b/crypto/bn/asm/mips-mont.pl
index fbe5d04f71..3998ef81fb 100644
--- a/crypto/bn/asm/mips-mont.pl
+++ b/crypto/bn/asm/mips-mont.pl
@@ -430,4 +430,4 @@ ___
$code =~ s/\`([^\`]*)\`/eval $1/gem;
print $code;
-close STDOUT;
+close STDOUT or die "error closing STDOUT: $!";