Remove filename argument to x86 asm_init.
[openssl.git] / crypto / md5 / asm / md5-586.pl
index de5758f4c6386e4ee93d796bf2975248247c23f6..15e14864d1950d5fa670291d8e0bebb90cd0db05 100644 (file)
@@ -21,7 +21,7 @@ require "x86asm.pl";
 $output=pop;
 open STDOUT,">$output";
 
-&asm_init($ARGV[0],$0);
+&asm_init($ARGV[0]);
 
 $A="eax";
 $B="ebx";