summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/crypto/perlasm/README
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl/crypto/perlasm/README')
-rw-r--r--deps/openssl/openssl/crypto/perlasm/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/openssl/openssl/crypto/perlasm/README b/deps/openssl/openssl/crypto/perlasm/README
index e90bd8e014..3177c37165 100644
--- a/deps/openssl/openssl/crypto/perlasm/README
+++ b/deps/openssl/openssl/crypto/perlasm/README
@@ -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");