aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cast/asm/cast-586.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/cast/asm/cast-586.pl')
-rw-r--r--crypto/cast/asm/cast-586.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/cast/asm/cast-586.pl b/crypto/cast/asm/cast-586.pl
index ec2eab179d..267d69976d 100644
--- a/crypto/cast/asm/cast-586.pl
+++ b/crypto/cast/asm/cast-586.pl
@@ -11,6 +11,9 @@ push(@INC,"${dir}","${dir}../../perlasm");
require "x86asm.pl";
require "cbc.pl";
+$output=pop;
+open STDOUT,">$output";
+
&asm_init($ARGV[0],"cast-586.pl",$ARGV[$#ARGV] eq "386");
$CAST_ROUNDS=16;
@@ -36,6 +39,8 @@ $S4="CAST_S_table3";
&asm_finish();
+close STDOUT;
+
sub CAST_encrypt {
local($name,$enc)=@_;