Rearrange the inclusion of curve448/curve448_lcl.h
[oweals/openssl.git] / crypto / perlasm / README
index e90bd8e01459e60edb7a7b5a2e466ad198d74564..3177c371654254bec2f709be54dfcfd768618486 100644 (file)
@@ -9,7 +9,7 @@ require "x86asm.pl";
 
 The first thing we do is setup the file and type of assembler
 
-&asm_init($ARGV[0],$0);
+&asm_init($ARGV[0]);
 
 The first argument is the 'type'.  Currently
 'cpp', 'sol', 'a.out', 'elf' or 'win32'.
@@ -62,7 +62,7 @@ So a very simple version of this function could be coded as
        push(@INC,"perlasm","../../perlasm");
        require "x86asm.pl";
        
-       &asm_init($ARGV[0],"cacl.pl");
+       &asm_init($ARGV[0]);
 
        &external_label("other");