summaryrefslogtreecommitdiff
path: root/mpi/i386/mpih-add1.S
diff options
context:
space:
mode:
Diffstat (limited to 'mpi/i386/mpih-add1.S')
-rw-r--r--mpi/i386/mpih-add1.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/mpi/i386/mpih-add1.S b/mpi/i386/mpih-add1.S
index 3b3b23c8..7bc1a1bf 100644
--- a/mpi/i386/mpih-add1.S
+++ b/mpi/i386/mpih-add1.S
@@ -36,7 +36,7 @@
/*******************
* mpi_limb_t
- * mpihelp_add_n( mpi_ptr_t res_ptr, (sp + 4)
+ * _gcry_mpih_add_n( mpi_ptr_t res_ptr, (sp + 4)
* mpi_ptr_t s1_ptr, (sp + 8)
* mpi_ptr_t s2_ptr, (sp + 12)
* mpi_size_t size) (sp + 16)
@@ -44,8 +44,8 @@
.text
ALIGN (3)
- .globl C_SYMBOL_NAME(mpihelp_add_n)
-C_SYMBOL_NAME(mpihelp_add_n:)
+ .globl C_SYMBOL_NAME(_gcry_mpih_add_n)
+C_SYMBOL_NAME(_gcry_mpih_add_n:)
pushl %edi
pushl %esi