summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-12-01 12:16:09 +0000
committerAndy Polyakov <appro@openssl.org>2011-12-01 12:16:09 +0000
commit6600126825d33d6589bed097e38952292616b082 (patch)
tree24abb3bcaf5a1988049f17033a1ede6eb9a2bfa3
parentf6c0bd641c649bd7f206c275363c6ff2eec4d759 (diff)
bn/asm/mips.pl: fix typos.
-rw-r--r--crypto/bn/asm/mips.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/bn/asm/mips.pl b/crypto/bn/asm/mips.pl
index acfd35968e..c162a3ec23 100644
--- a/crypto/bn/asm/mips.pl
+++ b/crypto/bn/asm/mips.pl
@@ -267,7 +267,7 @@ ___
$code.=<<___;
jr $ra
move $a0,$v0
-.end bn_mul_add_words
+.end bn_mul_add_words_internal
.align 5
.globl bn_mul_words
@@ -778,7 +778,7 @@ ___
$code.=<<___;
jr $ra
move $a0,$v0
-.end bn_sub_words
+.end bn_sub_words_internal
.align 5
.globl bn_div_3_words