From 7d669d84db6b450079909273aee37eaf1e845cc5 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sun, 22 Jul 2001 20:01:39 +0000 Subject: [PATCH] updates. --- lib/silcmath/mp_mpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/silcmath/mp_mpi.c b/lib/silcmath/mp_mpi.c index 98ba8aeb..f3ae30e9 100644 --- a/lib/silcmath/mp_mpi.c +++ b/lib/silcmath/mp_mpi.c @@ -43,7 +43,7 @@ size_t silc_mp_sizeinbase(SilcMPInt *mp, int base) return mp_radix_size(mp, base) - 2; /* XXX This is actually wrong since this might produce wrong balue. But, it looks like MPI always returns - correct value plus one, whereas + correct value + plus, whereas GMP returns always the right value. */ } -- 2.24.0