update.
[silc.git] / lib / silcmath / mpbin.c
index 8b598aa1a1f4759196ee96291b3510cd95dcba27..555dbebf04e26821514ff8555ed79a4e7ff84137 100644 (file)
@@ -52,8 +52,7 @@ unsigned char *silc_mp_mp2bin(SilcInt *val, unsigned int len,
 }
 
 /* Samve as above but does not allocate any memory.  The encoded data is
-   returned into `dst' and it's length to the `ret_len'. If `dst_len is
-   non-zero then the destination buffer is assumbed to be that large. */
+   returned into `dst' and it's length to the `ret_len'. */
 
 void silc_mp_mp2bin_noalloc(SilcInt *val, unsigned char *dst,
                            unsigned int dst_len)