summaryrefslogtreecommitdiffstats
path: root/crypto/sha/asm/keccak1600-c64x.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/sha/asm/keccak1600-c64x.pl')
-rwxr-xr-xcrypto/sha/asm/keccak1600-c64x.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/asm/keccak1600-c64x.pl b/crypto/sha/asm/keccak1600-c64x.pl
index 9238dd5ebb..631117f117 100755
--- a/crypto/sha/asm/keccak1600-c64x.pl
+++ b/crypto/sha/asm/keccak1600-c64x.pl
@@ -881,4 +881,4 @@ ___
$output=pop and open STDOUT,">$output";
print $code;
-close STDOUT or die "error closing STDOUT";
+close STDOUT or die "error closing STDOUT: $!";