summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm/vms.mar
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-02 02:40:27 +0000
committerRichard Levitte <levitte@openssl.org>2002-12-02 02:40:27 +0000
commit1d3159bccaa400d6966005b9bc49cca1f6719962 (patch)
treec5ded070194d75da034a3f49619a979119a368ae /crypto/bn/asm/vms.mar
parentf60ceb54eb959ce1b3e7fa22a0ec2ce7ee283788 (diff)
Make some names consistent.
Diffstat (limited to 'crypto/bn/asm/vms.mar')
-rw-r--r--crypto/bn/asm/vms.mar4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/bn/asm/vms.mar b/crypto/bn/asm/vms.mar
index 402ff87aef..6c1665a9be 100644
--- a/crypto/bn/asm/vms.mar
+++ b/crypto/bn/asm/vms.mar
@@ -1,4 +1,4 @@
- .title vax_bn_mul_add_word unsigned multiply & add, 32*32+32+32=>64
+ .title vax_bn_mul_add_words unsigned multiply & add, 32*32+32+32=>64
;
; w.j.m. 15-jan-1999
;
@@ -59,7 +59,7 @@ w=16 ;(AP) w by value (input)
movl r6,r0 ; return c
ret
- .title vax_bn_mul_word unsigned multiply & add, 32*32+32=>64
+ .title vax_bn_mul_words unsigned multiply & add, 32*32+32=>64
;
; w.j.m. 15-jan-1999
;