From 1d3159bccaa400d6966005b9bc49cca1f6719962 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 2 Dec 2002 02:40:27 +0000 Subject: [PATCH] Make some names consistent. --- crypto/bn/asm/vms.mar | 4 ++-- 1 file 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 ; -- 2.25.1