From 4ec1775f3eaf8733a5285460b631253b90d3c6fb Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 16 Jan 1998 21:15:24 +0000 Subject: added some trust model stuff --- mpi/mpi-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpi/mpi-internal.h') diff --git a/mpi/mpi-internal.h b/mpi/mpi-internal.h index f084c7e8a..638d980b3 100644 --- a/mpi/mpi-internal.h +++ b/mpi/mpi-internal.h @@ -193,7 +193,7 @@ void mpih_sqr_n_basecase( mpi_ptr_t prodp, mpi_ptr_t up, mpi_size_t size ); void mpih_sqr_n( mpi_ptr_t prodp, mpi_ptr_t up, mpi_size_t size, mpi_ptr_t tspace); -/*-- mpihelp-mul_1.c (or xxx/cpu/*.S) --*/ +/*-- mpihelp-mul_1.c (or xxx/cpu/ *.S) --*/ mpi_limb_t mpihelp_mul_1( mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, mpi_size_t s1_size, mpi_limb_t s2_limb); -- cgit v1.2.3