summaryrefslogtreecommitdiff
path: root/src/crypto/fipsmodule/modes/asm/ghash-neon-armv8.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/fipsmodule/modes/asm/ghash-neon-armv8.pl')
-rw-r--r--src/crypto/fipsmodule/modes/asm/ghash-neon-armv8.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/fipsmodule/modes/asm/ghash-neon-armv8.pl b/src/crypto/fipsmodule/modes/asm/ghash-neon-armv8.pl
index 972be419..f57017d0 100644
--- a/src/crypto/fipsmodule/modes/asm/ghash-neon-armv8.pl
+++ b/src/crypto/fipsmodule/modes/asm/ghash-neon-armv8.pl
@@ -284,4 +284,4 @@ foreach (split("\n",$code)) {
print $_,"\n";
}
-close STDOUT; # enforce flush
+close STDOUT or die "error closing STDOUT"; # enforce flush