summaryrefslogtreecommitdiffstats
path: root/crypto/rc4/asm/rc4-parisc.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rc4/asm/rc4-parisc.pl')
-rw-r--r--crypto/rc4/asm/rc4-parisc.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rc4/asm/rc4-parisc.pl b/crypto/rc4/asm/rc4-parisc.pl
index a60f2f9ea5..30a8bb505e 100644
--- a/crypto/rc4/asm/rc4-parisc.pl
+++ b/crypto/rc4/asm/rc4-parisc.pl
@@ -333,4 +333,4 @@ foreach(split("\n",$code)) {
print $_,"\n";
}
-close STDOUT;
+close STDOUT or die "error closing STDOUT";