aboutsummaryrefslogtreecommitdiffstats
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 8616050a24..d0254969e9 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;
+close STDOUT or die "error closing STDOUT";