updates.
authorPekka Riikonen <priikone@silcnet.org>
Tue, 19 Jun 2001 17:44:52 +0000 (17:44 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 19 Jun 2001 17:44:52 +0000 (17:44 +0000)
TODO
lib/silcmath/silcmp.h

diff --git a/TODO b/TODO
index 9b31d2f93ca43404842b0faa4194e5620802f889..abdffebe5f650fa0aa6abdeb9743a0d361e32a75 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,8 @@
 TODO/bugs in Irssi SILC client
 ==============================
 
+ o Giving KILL command crashes the client.
+
  o Waiting the answer for accepting new key after the protocol has
    timeout and then ansering Y will crash the client.
 
index e611554fcfa15b43565c75dc3aa5f7c78a0565ba..42d99057d43077aa29704b6aec9c41e982652386 100644 (file)
@@ -223,7 +223,7 @@ void silc_mp_add(SilcMPInt *dst, SilcMPInt *mp1, SilcMPInt *mp2);
  *    to `dst'.
  *
  ***/
-void silc_mp_add_ui(SilcMPInt *dst, SilcMPInt *mp1, mp_digit ui);
+void silc_mp_add_ui(SilcMPInt *dst, SilcMPInt *mp1, uint32 ui);
 
 /****f* silcmath/SilcMPAPI/silc_mp_sub
  *