summaryrefslogtreecommitdiffstats
path: root/crypto/chacha/asm/chacha-ppc.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/chacha/asm/chacha-ppc.pl')
-rwxr-xr-xcrypto/chacha/asm/chacha-ppc.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/chacha/asm/chacha-ppc.pl b/crypto/chacha/asm/chacha-ppc.pl
index f4f8610bf3..04d00b5eaf 100755
--- a/crypto/chacha/asm/chacha-ppc.pl
+++ b/crypto/chacha/asm/chacha-ppc.pl
@@ -1345,4 +1345,4 @@ foreach (split("\n",$code)) {
print $_,"\n";
}
-close STDOUT;
+close STDOUT or die "error closing STDOUT: $!";