summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm/x86.pl
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-02-12 19:05:10 +0000
committerBen Laurie <ben@openssl.org>1999-02-12 19:05:10 +0000
commit65b8ca07a58201f3458def4163407a28b4484df8 (patch)
treeb307e2b7b4b174732bf3a7ac99b91991510fcd98 /crypto/bn/asm/x86.pl
parent55a9cc6e474284d691e79820eaeb85f84892b2ae (diff)
Tidy up asm stuff.
Diffstat (limited to 'crypto/bn/asm/x86.pl')
-rw-r--r--crypto/bn/asm/x86.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/asm/x86.pl b/crypto/bn/asm/x86.pl
index bf869fd0ee..1bc4f1bb27 100644
--- a/crypto/bn/asm/x86.pl
+++ b/crypto/bn/asm/x86.pl
@@ -11,7 +11,7 @@ require("x86/add.pl");
require("x86/sub.pl");
require("x86/comba.pl");
-&asm_init($ARGV[0],"bn-586.pl");
+&asm_init($ARGV[0],$0);
&bn_mul_add_words("bn_mul_add_words");
&bn_mul_words("bn_mul_words");