aboutsummaryrefslogtreecommitdiff
path: root/crypto/des/asm/des-586.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/des/asm/des-586.pl')
-rw-r--r--crypto/des/asm/des-586.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/asm/des-586.pl b/crypto/des/asm/des-586.pl
index 483f195..45fe3d2 100644
--- a/crypto/des/asm/des-586.pl
+++ b/crypto/des/asm/des-586.pl
@@ -46,7 +46,7 @@ $small_footprint=1 if (grep(/\-DOPENSSL_SMALL_FOOTPRINT/,@ARGV));
&asm_finish();
-close STDOUT;
+close STDOUT or die "error closing STDOUT";
sub DES_encrypt_internal()
{