projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a40797
)
updates.
author
Pekka Riikonen
<priikone@silcnet.org>
Wed, 20 Jun 2001 19:07:25 +0000
(19:07 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Wed, 20 Jun 2001 19:07:25 +0000
(19:07 +0000)
lib/silcmath/mp_mpi.c
patch
|
blob
|
history
diff --git
a/lib/silcmath/mp_mpi.c
b/lib/silcmath/mp_mpi.c
index 179aa977d17acb5038533f006353a11184b820d6..09f1ae9711f7644147fd3679bbd0c014c2b18d1c 100644
(file)
--- a/
lib/silcmath/mp_mpi.c
+++ b/
lib/silcmath/mp_mpi.c
@@
-86,7
+86,7
@@
void silc_mp_add(SilcMPInt *dst, SilcMPInt *mp1, SilcMPInt *mp2)
(void)mp_add(mp1, mp2, dst);
}
-void silc_mp_add_ui(SilcMPInt *dst, SilcMPInt *mp1,
mp_digit
ui)
+void silc_mp_add_ui(SilcMPInt *dst, SilcMPInt *mp1,
uint32
ui)
{
mp_add_d(mp1, ui, dst);
}