summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm/x86.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bn/asm/x86.pl')
-rw-r--r--crypto/bn/asm/x86.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/asm/x86.pl b/crypto/bn/asm/x86.pl
index d57571db5d..274099f6cf 100644
--- a/crypto/bn/asm/x86.pl
+++ b/crypto/bn/asm/x86.pl
@@ -20,7 +20,7 @@ require("x86/comba.pl");
$output = pop;
open STDOUT,">$output";
-&asm_init($ARGV[0],$0);
+&asm_init($ARGV[0]);
&bn_mul_add_words("bn_mul_add_words");
&bn_mul_words("bn_mul_words");