Remove filename argument to x86 asm_init.
[openssl.git] / crypto / bn / asm / x86-mont.pl
index a8b402d59b348c60bf82681a37c556e2e83278b7..9c495ca6da88c5ab2c66fce1c826432d365e23c0 100755 (executable)
@@ -40,7 +40,7 @@ require "x86asm.pl";
 $output = pop;
 open STDOUT,">$output";
 
-&asm_init($ARGV[0],$0);
+&asm_init($ARGV[0]);
 
 $sse2=0;
 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }