projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d0fdd0
)
updates.
author
Pekka Riikonen
<priikone@silcnet.org>
Sun, 22 Jul 2001 20:01:39 +0000
(20:01 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Sun, 22 Jul 2001 20:01:39 +0000
(20:01 +0000)
lib/silcmath/mp_mpi.c
patch
|
blob
|
history
diff --git
a/lib/silcmath/mp_mpi.c
b/lib/silcmath/mp_mpi.c
index 98ba8aeb221ef57375c2297562b3be94eeaeaa0c..f3ae30e91410bbf888713a36405ca3044f370030 100644
(file)
--- 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. */
}