summaryrefslogtreecommitdiff
path: root/src/crypto/fipsmodule/sha/asm/sha512-armv8.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/fipsmodule/sha/asm/sha512-armv8.pl')
-rw-r--r--src/crypto/fipsmodule/sha/asm/sha512-armv8.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/fipsmodule/sha/asm/sha512-armv8.pl b/src/crypto/fipsmodule/sha/asm/sha512-armv8.pl
index 3f69071f..64306be8 100644
--- a/src/crypto/fipsmodule/sha/asm/sha512-armv8.pl
+++ b/src/crypto/fipsmodule/sha/asm/sha512-armv8.pl
@@ -457,4 +457,4 @@ foreach(split("\n",$code)) {
print $_,"\n";
}
-close STDOUT;
+close STDOUT or die "error closing STDOUT";