diff options
Diffstat (limited to 'crypto/cast/asm/cast-586.pl')
-rw-r--r-- | crypto/cast/asm/cast-586.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cast/asm/cast-586.pl b/crypto/cast/asm/cast-586.pl index c74810bba9..e3bf975674 100644 --- a/crypto/cast/asm/cast-586.pl +++ b/crypto/cast/asm/cast-586.pl @@ -45,7 +45,7 @@ $S4="CAST_S_table3"; &asm_finish(); -close STDOUT or die "error closing STDOUT"; +close STDOUT or die "error closing STDOUT: $!"; sub CAST_encrypt { local($name,$enc)=@_; |