summaryrefslogtreecommitdiffstats
path: root/crypto/ripemd/asm/rmd-586.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ripemd/asm/rmd-586.pl')
-rw-r--r--crypto/ripemd/asm/rmd-586.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ripemd/asm/rmd-586.pl b/crypto/ripemd/asm/rmd-586.pl
index f19fdc9f9a..72bcbcc9aa 100644
--- a/crypto/ripemd/asm/rmd-586.pl
+++ b/crypto/ripemd/asm/rmd-586.pl
@@ -19,7 +19,7 @@ require "x86asm.pl";
$output=pop;
open STDOUT,">$output";
-&asm_init($ARGV[0],$0);
+&asm_init($ARGV[0]);
$A="ecx";
$B="esi";