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.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/asm/co-586.pl b/crypto/bn/asm/co-586.pl
index 7a9752ad47..5bb03ad6a7 100644
--- a/crypto/bn/asm/co-586.pl
+++ b/crypto/bn/asm/co-586.pl
@@ -21,7 +21,7 @@ $output = pop and open STDOUT,">$output";
&asm_finish();
-close STDOUT or die "error closing STDOUT";
+close STDOUT or die "error closing STDOUT: $!";
sub mul_add_c
{