From 2d8517827e819fc3990b7fb75bbcf8463a831410 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Tue, 19 Jun 2001 17:44:52 +0000 Subject: [PATCH] updates. --- TODO | 2 ++ lib/silcmath/silcmp.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 9b31d2f9..abdffebe 100644 --- 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. diff --git a/lib/silcmath/silcmp.h b/lib/silcmath/silcmp.h index e611554f..42d99057 100644 --- a/lib/silcmath/silcmp.h +++ b/lib/silcmath/silcmp.h @@ -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 * -- 2.24.0