summaryrefslogtreecommitdiff
path: root/mpi/i386/mpih-sub1.S
diff options
context:
space:
mode:
Diffstat (limited to 'mpi/i386/mpih-sub1.S')
-rw-r--r--mpi/i386/mpih-sub1.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/mpi/i386/mpih-sub1.S b/mpi/i386/mpih-sub1.S
index 169c5395..28e1fa09 100644
--- a/mpi/i386/mpih-sub1.S
+++ b/mpi/i386/mpih-sub1.S
@@ -36,7 +36,7 @@
/*******************
* mpi_limb_t
- * mpihelp_sub_n( mpi_ptr_t res_ptr, (sp + 4)
+ * _gcry_mpih_sub_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)
@@ -45,8 +45,8 @@
.text
ALIGN (3)
- .globl C_SYMBOL_NAME(mpihelp_sub_n)
-C_SYMBOL_NAME(mpihelp_sub_n:)
+ .globl C_SYMBOL_NAME(_gcry_mpih_sub_n)
+C_SYMBOL_NAME(_gcry_mpih_sub_n:)
pushl %edi
pushl %esi