diff options
Diffstat (limited to 'crypto/camellia/asm/cmll-x86_64.pl')
-rw-r--r-- | crypto/camellia/asm/cmll-x86_64.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/camellia/asm/cmll-x86_64.pl b/crypto/camellia/asm/cmll-x86_64.pl index d0a45f27ab..6865e73a7b 100644 --- a/crypto/camellia/asm/cmll-x86_64.pl +++ b/crypto/camellia/asm/cmll-x86_64.pl @@ -1152,4 +1152,4 @@ ___ $code =~ s/\`([^\`]*)\`/eval $1/gem; print $code; -close STDOUT; +close STDOUT or die "error closing STDOUT"; |