From: Pekka Riikonen Date: Sun, 22 Jul 2001 20:01:39 +0000 (+0000) Subject: updates. X-Git-Tag: robodoc-323~47 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=7d669d84db6b450079909273aee37eaf1e845cc5;p=silc.git updates. --- 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. */ }