Remove filename argument to x86 asm_init.
[openssl.git] / crypto / ec / asm / ecp_nistz256-x86.pl
index f637c844c4ef064d388e2f22ae8a1afa71d18ab4..a89a9f93bc6e3a2bef6fcdf35334a4a792a47095 100755 (executable)
@@ -45,7 +45,7 @@ require "x86asm.pl";
 $output=pop;
 open STDOUT,">$output";
 
-&asm_init($ARGV[0],"ecp_nistz256-x86.pl",$ARGV[$#ARGV] eq "386");
+&asm_init($ARGV[0],$ARGV[$#ARGV] eq "386");
 
 $sse2=0;
 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }