aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm/bn-586.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bn/asm/bn-586.pl')
-rw-r--r--crypto/bn/asm/bn-586.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/asm/bn-586.pl b/crypto/bn/asm/bn-586.pl
index 287162161c..3bd422ceb6 100644
--- a/crypto/bn/asm/bn-586.pl
+++ b/crypto/bn/asm/bn-586.pl
@@ -30,7 +30,7 @@ for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
&asm_finish();
-close STDOUT;
+close STDOUT or die "error closing STDOUT";
sub bn_mul_add_words
{