summaryrefslogtreecommitdiff
path: root/src/crypto/fipsmodule/sha/asm/sha1-x86_64.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/fipsmodule/sha/asm/sha1-x86_64.pl')
-rwxr-xr-xsrc/crypto/fipsmodule/sha/asm/sha1-x86_64.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/fipsmodule/sha/asm/sha1-x86_64.pl b/src/crypto/fipsmodule/sha/asm/sha1-x86_64.pl
index fd4ff2ac..df7cbc30 100755
--- a/src/crypto/fipsmodule/sha/asm/sha1-x86_64.pl
+++ b/src/crypto/fipsmodule/sha/asm/sha1-x86_64.pl
@@ -2122,4 +2122,4 @@ foreach (split("\n",$code)) {
print $_,"\n";
}
-close STDOUT;
+close STDOUT or die "error closing STDOUT";