summaryrefslogtreecommitdiff
path: root/src/crypto/fipsmodule/modes/asm/ghash-ssse3-x86_64.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/fipsmodule/modes/asm/ghash-ssse3-x86_64.pl')
-rw-r--r--src/crypto/fipsmodule/modes/asm/ghash-ssse3-x86_64.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/fipsmodule/modes/asm/ghash-ssse3-x86_64.pl b/src/crypto/fipsmodule/modes/asm/ghash-ssse3-x86_64.pl
index 1dd25199..e0e50105 100644
--- a/src/crypto/fipsmodule/modes/asm/ghash-ssse3-x86_64.pl
+++ b/src/crypto/fipsmodule/modes/asm/ghash-ssse3-x86_64.pl
@@ -410,4 +410,4 @@ ____
}
print $code;
-close STDOUT;
+close STDOUT or die "error closing STDOUT";