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