summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-12-03 18:26:26 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-12-03 18:26:26 +0000
commit44cb365eaf1c200758f8eca5343133e8befc14cb (patch)
tree610ac3231e760beb862c68c39511cc08bf5f7274
parent9bd2dde42f59d60dfec149a28f8c91b6fb2cf717 (diff)
bn/asm/mips.pl: fix typos [from HEAD], original by Andy
-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