summaryrefslogtreecommitdiff
path: root/src/crypto/fipsmodule/aes/asm/vpaes-x86.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/fipsmodule/aes/asm/vpaes-x86.pl')
-rw-r--r--src/crypto/fipsmodule/aes/asm/vpaes-x86.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/fipsmodule/aes/asm/vpaes-x86.pl b/src/crypto/fipsmodule/aes/asm/vpaes-x86.pl
index 81e7e842..2b403628 100644
--- a/src/crypto/fipsmodule/aes/asm/vpaes-x86.pl
+++ b/src/crypto/fipsmodule/aes/asm/vpaes-x86.pl
@@ -920,4 +920,4 @@ $k_dsbo=0x2c0; # decryption sbox final output
&asm_finish();
-close STDOUT;
+close STDOUT or die "error closing STDOUT";