From 166bf6d6cc452c12b03626ed3df5fcb766708211 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sun, 6 May 2007 20:05:23 +0000 Subject: [PATCH] Added silc_mp_sinit back, not documented though. --- lib/silcmath/silcmp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/silcmath/silcmp.h b/lib/silcmath/silcmp.h index 4226f3d0..007c15ac 100644 --- a/lib/silcmath/silcmp.h +++ b/lib/silcmath/silcmp.h @@ -75,6 +75,8 @@ typedef SILC_MP_INT SilcMPInt; ***/ void silc_mp_init(SilcMPInt *mp); +void silc_mp_sinit(SilcStack stack, SilcMPInt *mp); + /****f* silcmath/SilcMPAPI/silc_mp_uninit * * SYNOPSIS -- 2.24.0