summaryrefslogtreecommitdiffstats
path: root/crypto/camellia/asm/cmll-x86.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/camellia/asm/cmll-x86.pl')
-rw-r--r--crypto/camellia/asm/cmll-x86.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/camellia/asm/cmll-x86.pl b/crypto/camellia/asm/cmll-x86.pl
index 26afad8c95..55af9b4e3d 100644
--- a/crypto/camellia/asm/cmll-x86.pl
+++ b/crypto/camellia/asm/cmll-x86.pl
@@ -52,7 +52,7 @@ $OPENSSL=1;
$output = pop;
open STDOUT,">$output";
-&asm_init($ARGV[0],"cmll-586.pl",$ARGV[$#ARGV] eq "386");
+&asm_init($ARGV[0],$ARGV[$#ARGV] eq "386");
@T=("eax","ebx","ecx","edx");
$idx="esi";