summaryrefslogtreecommitdiff
path: root/crypto/bn/asm
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-12-01 12:17:20 +0000
committerAndy Polyakov <appro@openssl.org>2011-12-01 12:17:20 +0000
commit62f685a9cd99c5b105e5688f680c0681c616b868 (patch)
treefe6698ab1a4fb6db61b0167a197388bc20b33e7f /crypto/bn/asm
parent2c7d978c2d4db664d1c5d164685480eed818d281 (diff)
downloadopenssl-new-62f685a9cd99c5b105e5688f680c0681c616b868.tar.gz
bn/asm/mips.pl: fix typos [from HEAD].
Diffstat (limited to 'crypto/bn/asm')
-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