Remove filename argument to x86 asm_init.
[openssl.git] / crypto / bn / asm / x86.pl
index d57571db5d09c27a22c60c69809b9218c2be41ff..274099f6cfc656f9f05e474e3b7296c4893290e6 100644 (file)
@@ -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");